Visual Studio Code extension is downloaded and saved in the following directory: Windows:%USERPROFILE%.vscode\extensions; macOS:~/Library/Application Support/Code/User/extensions; Linux:~/.config/ Code/User/extensions. Each extension has a separate folder to store code and resource files.
Visual Studio Code extension installation location
Extensions downloaded in Visual Studio Code are usually saved in the following Directory:
Windows:
<code>%USERPROFILE%\.vscode\extensions</code>
macOS:
<code>~/Library/Application Support/Code/User/extensions</code>
Linux:
<code>~/.config/Code/User/extensions</code>
Within these directories, each extension will have a separate folder that contains the extension's code and resource files.
The above is the detailed content of Where to put the expansion pack downloaded by vscode. For more information, please follow other related articles on the PHP Chinese website!