当前位置:网站首页>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
边栏推荐
- Integer inversion
- ORM--数据库增删改查操作逻辑
- [learning notes - Li Hongyi] Gan (generation of confrontation network) full series (I)
- Agile course training
- 【acwing】786. 第k个数
- Google Colab装载Google Drive(Google Colab中使用Google Drive)
- 单片机(MCU)最强科普(万字总结,值得收藏)
- STM32产品介绍
- Using keras in tensorflow to build convolutional neural network
- 搭建物联网硬件通信技术几种方案
猜你喜欢
Inno Setup 打包及签名指南
Enterprise practice | construction of banking operation and maintenance index system under complex business relations
串口通讯继电器-modbus通信上位机调试软件工具项目开发案例
Appx代码签名指南
Leetcode exercise - 113 Path sum II
How to cancel automatic saving of changes in sqlyog database
Win10 installation vs2015
Fiddler break point
arcgis操作:dwg数据转为shp数据
web3.0系列之分布式存储IPFS
随机推荐
Wallys/IPQ6010 (IPQ6018 FAMILY) EMBEDDED BOARD WITH ON-BOARD WIFI DUAL BAND DUAL CONCURRENT
基于gis三维可视化技术的智慧城市建设
Pytest learning - dayone
The landing practice of ByteDance kitex in SEMA e-commerce scene
Leetcode exercise - 113 Path sum II
Phpcms realizes PC website access to wechat native payment
Fiddler simulates the interface test
每周推荐短视频:L2级有哪些我们日常中经常会用到的功能?
Win10 installation vs2015
Download Text, pictures and ab packages used by unitywebrequest Foundation
官媒关注!国内数字藏品平台百强榜发布,行业加速合规健康发展
Pit encountered by vs2015 under win7 (successful)
STM32基础知识—内存映射
Performance optimization record of the company's product "yunzhujia"
Word自动生成目录的方法
Deadlock caused by non clustered index in SQL Server
Postman interface test III
VS Code指定扩展安装位置
This article explains the complex relationship between MCU, arm, muc, DSP, FPGA and embedded system
ES6中的函數進階學習