怎么右键打开vscode


当前第2页 返回上一页

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

Windows Registry Editor Version 5.00

; Open files

[HKEY_CLASSES_ROOT\*\shell\Open with VS Code]

@="Edit with VS Code"

"Icon"="D:\\Microsoft VS Code\\Code.exe,0"

[HKEY_CLASSES_ROOT\*\shell\Open with VS Code\command]

@="\"D:\\Microsoft VS Code\\Code.exe\" \"%1\""

; This will make it appear when you right click ON a folder

; The "Icon" line can be removed if you don't want the icon to appear

[HKEY_CLASSES_ROOT\Directory\shell\vscode]

@="Open with VSCode"

"Icon"="\"D:\\Microsoft VS Code\\Code.exe\",0"

[HKEY_CLASSES_ROOT\Directory\shell\vscode\command]

@="\"D:\\Microsoft VS Code\\Code.exe\" \"%1\""

; This will make it appear when you right click INSIDE a folder

; The "Icon" line can be removed if you don't want the icon to appear

[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode]

@="Open with VSCode"

"Icon"="\"D:\\Microsoft VS Code\\Code.exe\",0"

[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode\command]

@="\"D:\\Microsoft VS Code\\Code.exe\" \"%V\""

D:\\Microsoft VS Code\\Code.exe,0"

[HKEY_CLASSES_ROOT\*\shell\Open with VS Code\command]

@="\"D:\\Microsoft VS Code\\Code.exe\" \"%1\""

; This will make it appear when you right click ON a folder

; The "Icon" line can be removed if you don't want the icon to appear

[HKEY_CLASSES_ROOT\Directory\shell\vscode]

@="Open with VSCode"

"Icon"="\"D:\\Microsoft VS Code\\Code.exe\",0"

[HKEY_CLASSES_ROOT\Directory\shell\vscode\command]

@="\"D:\\Microsoft VS Code\\Code.exe\" \"%1\""

; This will make it appear when you right click INSIDE a folder

; The "Icon" line can be removed if you don't want the icon to appear

[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode]

@="Open with VSCode"

"Icon"="\"D:\\Microsoft VS Code\\Code.exe\",0"

[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode\command]

@="\"D:\\Microsoft VS Code\\Code.exe\" \"%V\""

4.把"D:\\Microsoft VS Code\\Code.exe\"换成安装vscode的路径

5.把文件名后缀为.reg的文件放到安装vscode的与vscode.exe同级的文件夹中;

6.双击文件名后缀为.reg的文件,弹出询问是否注册,点击确定;

7.回到桌面,鼠标右键检查是否出现上面图片的样子;

以上就是怎么右键打开vscode的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

如何在vsCode工作区中添加多个文件夹

vue开发人员不可错过的7个vsCode插件

vsCode怎么下载插件

vsCode如何取消标签提示下划线

vsCode开启智能提示

vsCode界面颜色怎么设置

vsCode怎么样启动取色器?

vsCode设置python代码中函数括号自动补全

vsCode怎么释放注释

vsCode怎么实现代码快速自动对齐

更多相关阅读请进入《vsCode》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...