vscode经典插件
Settings Sync
- 使用方法
在电脑A:
安装Settings Sync
ctrl+alt+U
登录github
创建token
安装新的插件
更新(同步)配置-->ctrl+alt+U
在电脑B:
安装Settings Sync
ctrl+alt+D
选择gist id
下载配置
安装新的插件
更新(同步)配置-->ctrl+alt+U
Project Manager
- 使用方法
ctrl+P--> >Edit projects -->
[
{
//项目名称
"name": "Algorithm",
//项目路径
"rootPath": "D:/projects/Algorithms",
"paths": [],
"group": "",
"enabled": true
},
{
"name": "notes",
"rootPath": "D:/projects/notes",
"paths": [],
"group": "",
"enabled": true
}
]