Fork me on GitHub

李可

导航

vscode 右击文件||文件夹添加快捷方式

操作注册表步骤

1.按下win+R
2.输入redegit,打开注册表
3.找到HKEY_CLASSES_ROOT/*/shell路径
4.新建/项:命名Open with visual code
5.新建/项:命名command
6.双击command:在数值数据输入C:\Program Files (x86)\Microsoft VS Code\Code.exe "%1",下图的路径截图就是地址。"%1"添加上
7.HKEY_CLASSES_ROOT/directory/shell重复上述操作

路径

界面

结果

关联文件夹右击

posted on 2017-07-24 11:33  李可在江湖  阅读(1788)  评论(0编辑  收藏  举报