Visual Studio Code - NEW FEATURE: Persistent (update to update) location for Customizations

This feature was added in October in Visual Studio Code v0.9.1.

Previously we did not have a location we respected across updates.  It's true that we did have a location for user settings but as we get closer to our final update story we added a new location.  In the future, we will (gracefully) move all user settings here.

The new location is .vscode/extensions under your user directory.

Depending on your platform, this folder is located here:

  • Windows %USERPROFILE%\.vscode\extensions
  • Mac $HOME/.vscode/extensions
  • Linux $HOME/.vscode/extensions

As this location is under your user directory, the content is persisted across VS Code updates.  This is just the start and we plan to use this location more in future updates.

 

Check out all the new features and update to VSC v0.9.2:

https://code.visualstudio.com/updates

 

Have a great day!

   - Ninja Ed