Home > Article > Development Tools > Where is the vscode plug-in installed?
#Where is the vscode plug-in installed?
The default installation location of the vscode plug-in is
C:\Users\用户名\.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 it in the shortcut target Path
Add --extensions-dir "new plug-in storage location" after the original target, such as
"D:\Program Files\Microsoft VS Code\Code.exe" --extensions-dir "D:\Program Files\Microsoft VS Code\extensions"
and then restart vscode!
Recommended related tutorials: vscode tutorial
The above is the detailed content of Where is the vscode plug-in installed?. For more information, please follow other related articles on the PHP Chinese website!