Home > Article > Development Tools > Where to put the vscode plug-in?
Where to place the vscode plug-in:
The default installation location of the vscode plug-in is
C:\ Users\username\.vscode\extensions
If you don’t want to install the plug-in on the C drive, you can create a new file to store the plug-in, and then modify the path in the shortcut target.
在原本的目标后加入--extensions-dir "新的插件存储位置",例如 "D:\Program Files\Microsoft VS Code\Code.exe" --extensions-dir "D:\Program Files\Microsoft VS Code\extensions"
Then restart vscode.
Recommended tutorial: "VSCode Tutorial"
The above is the detailed content of Where to put the vscode plug-in?. For more information, please follow other related articles on the PHP Chinese website!