View on GitHub

Random technical notes

Random technical notes

Settings

Common info

Settings File

The user settings file is located here: %APPDATA%\Code\User\settings.json

Plugins

Save list of VSCode plugins

code --list-extensions | % { "call code --force --install-extension $_" }

Tips and Tricks

Are you interested in creating your own extension? You can learn how to do this in the Extension API documentation, specifically check out the documentation on contribution points.