Home > Development Tools > VSCode > body text

Where are the vscode extensions placed?

青灯夜游
Release: 2019-12-30 15:28:54
Original
8617 people have browsed it

vscode (Visual Studio Code) is a free and open source modern lightweight code editor that supports syntax highlighting, intelligent code completion, custom hotkeys, bracket matching, and code snippets for almost all mainstream development languages. , code comparison Diff, GIT and other features, supports plug-in extensions, and is optimized for web development and cloud application development.

Where are the vscode extensions placed?

#vscode software supports Win, Mac and Linux across platforms. vscode is an increasingly popular editor. Its features are free, open source, multi-platform, as well as integrated git, code debugging, rich plug-ins, etc., and it is gradually known and recognized by everyone.

Where is the vscode extension? Where is it installed?

● Windows:

C:\Users\你的用户名\.vscode\extensions
Copy after login

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

Add --extensions-dir "new plug-in storage location" after the original target, for example

"D:\Program Files\Microsoft VS Code\Code.exe" --extensions -dir "D:\Program Files\Microsoft VS Code\extensions"

Then restart vscode

 ● Mac

~/.vscode/extensions
Copy after login
Copy after login

 ● Linux

~/.vscode/extensions
Copy after login
Copy after login

Related recommendations: vscode usage tutorial

The above is the detailed content of Where are the vscode extensions placed?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!