Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 963 Bytes

vscode.md

File metadata and controls

21 lines (14 loc) · 963 Bytes

Snippets for Visual Studio Code

List all installed Plugins

See here for further information.

code --list-extensions | xargs -L 1 echo code --install-extension

💡 If you want to sync your extensions to another instance of VSCode, have a look at the plugin Settings Sync or read this question on Stackoverflow.

Extensions are located here

  • Windows: %USERPROFILE%\.vscode\extensions
  • Mac: ~/.vscode/extensions
  • Linux: ~/.vscode/extensions