Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In which path does Visual Studio Code install extensions?

After installing an extension in Visual Studio Code, where do the files go?

like image 959
nickf Avatar asked Oct 16 '18 08:10

nickf


People also ask

Where does Visual Studio code install extensions?

Extensions are installed in a per user extensions folder. Depending on your platform, the location is in the following folder: Windows %USERPROFILE%\.vscode\extensions. macOS ~/.vscode/extensions.

Should I add to path when installing Visual Studio code?

Windows and Linux installations should add the VS Code binaries location to your system path. If this isn't the case, you can manually add the location to the Path environment variable ( $PATH on Linux). For example, on Windows, VS Code is installed under AppData\Local\Programs\Microsoft VS Code\bin .


1 Answers

Where are extensions installed?

Extensions are installed in a per user extensions folder. Depending on your platform, the location is in the following folder:

  • Windows %USERPROFILE%\.vscode\extensions
  • macOS ~/.vscode/extensions
  • Linux ~/.vscode/extensions

https://code.visualstudio.com/docs/editor/extension-gallery#_common-questions

like image 172
nickf Avatar answered Sep 28 '22 01:09

nickf