Home  >  Article  >  Development Tools  >  Where is the vscode plug-in file?

Where is the vscode plug-in file?

尚
Original
2020-01-09 15:32:4815547browse

Where is the vscode plug-in file?

The default installation location of the vscode plug-in is:

C:\Users\username\.vscode\extensions

If you don’t want to If the plug-in is installed 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"

Recommended related article tutorials: vscode tutorial

The above is the detailed content of Where is the vscode plug-in file?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn