当前位置:网站首页>Vs code specifies the extension installation location
Vs code specifies the extension installation location
2022-07-07 10:17:00 【Xuan Juan】
VS Code Specify extension installation location
By default ,(Windows)vscode The installation path for is C:\Users\ user name \.vscode\extensions
.
If you want to customize the installation path of the extension , Can't be directly in vscode Revision in China . however , Start up vscode When , You can specify the extension path .
D:\Software\Microsoft VS Code\bin>code --help
Visual Studio Code 1.68.1
Usage: code.exe [options][paths...]
To read output from another program, append '-' (e.g. 'echo Hello World | code.exe -')
...
Extensions Management
--extensions-dir <dir> Set the root path for extensions.
--list-extensions List the installed extensions.
You can see ,code There is a option --extensions-dir
, It is used to specify the extension installation location .
Change steps :
- Create a new folder for installing expansion packs , such as
D:\Software\Microsoft VS Code\extensions
- Right click to open the desktop VS Code Quick icons , Click properties
- stay
The goal is
Add the expansion pack installation path to the location
"D:\Software\Microsoft VS Code\Code.exe" --extensions-dir "D:\Software\Microsoft VS Code\extensions"
- Click on
determine
Button , after , Double click the shortcut icon on the desktop again to open VS Code, Install the expansion pack , The installation location is the location of our custom settings
边栏推荐
- Can I open a stock trading account online? Is it safe
- C#记录日志方法
- 【剑指Offer】42. 栈的压入、弹出序列
- The request object parses the request body and request header parameters
- .NET配置系统
- Finally, there is no need to change a line of code! Shardingsphere native driver comes out
- Or in SQL, what scenarios will lead to full table scanning
- The method of word automatically generating directory
- 串口通讯继电器-modbus通信上位机调试软件工具项目开发案例
- Enterprise practice | construction of banking operation and maintenance index system under complex business relations
猜你喜欢
随机推荐
Guide de signature du Code Appx
Postman interface test IV
Can I open a stock trading account online? Is it safe
Appx代码签名指南
Or in SQL, what scenarios will lead to full table scanning
ArcGIS operation: converting DWG data to SHP data
Guid主键
Analyze Android event distribution mechanism according to popular interview questions (II) -- event conflict analysis and handling
China's first electronic audio category "Yamano electronic audio" digital collection is on sale!
Why are social portals rarely provided in real estate o2o applications?
The story of Plato and his three disciples: how to find happiness? How to find the ideal partner?
In addition to the objective reasons for overtime, what else is worth thinking about?
SQLyog数据库怎么取消自动保存更改
Parameter sniffing (1/2)
Arcgis操作: 批量修改属性表
Postman interface test III
电表远程抄表拉合闸操作命令指令
一文讲解单片机、ARM、MUC、DSP、FPGA、嵌入式错综复杂的关系
【acwing】789. 数的范围(二分基础)
STM32中AHB总线_APB2总线_APB1总线这些是什么