复制如下代码,将其中的路径改为自己的VSCode安装路径,文件保存问xxx.reg后双击运行
如果有提示选择确定
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\VSCode]
@="Open with Code"
"Icon"="E:\\Program Files\\VScode\\Code.exe"
[HKEY_CLASSES_ROOT\*\shell\VSCode\command]
@="\"E:\\Program Files\\VScode\\Code.exe\" \"%1\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\VSCode]
@="Open with Code"
"Icon"="E:\\Program Files\\VScode\\Code.exe"
[HKEY_CLASSES_ROOT\Directory\shell\VSCode\command]
@="\"E:\\Program Files\\VScode\\Code.exe\" \"%V\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode]
@="Open with Code"
"Icon"="E:\\Program Files\\VScode\\Code.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode\command]
@="\"E:\\Program Files\\VScode\\Code.exe\" \"%V\""
博客指导操作,需复制代码,将其中路径改为自己的VSCode安装路径,保存为xxx.reg文件后双击运行,若有提示选择确定。
2092

被折叠的 条评论
为什么被折叠?



