博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
VSCode鼠标右键打开
阅读量:4284 次
发布时间:2019-05-27

本文共 1027 字,大约阅读时间需要 3 分钟。

VSCode鼠标右键打开选择中文件

 

新建文件 1.reg

输入以下代码(将路径改成自己 vscode 的绝对路径)

双击运行

 

Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\*\shell\VSCode]@="Open with Code""Icon"="C:\\Users\\ticktock\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe"[HKEY_CLASSES_ROOT\*\shell\VSCode\command]@="\"C:\\Users\\ticktock\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%1\""    Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Directory\shell\VSCode]@="Open with Code""Icon"="C:\\Users\\ticktock\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe"[HKEY_CLASSES_ROOT\Directory\shell\VSCode\command]@="\"C:\\Users\\ticktock\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%V\""Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode]@="Open with Code""Icon"="C:\\Users\\ticktock\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe"[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode\command]@="\"C:\\Users\\ticktock\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%V\""

 

转载地址:http://ffcgi.baihongyu.com/

你可能感兴趣的文章
Linux 下找出超過某些容量的檔案
查看>>
Essential Linux Device Drivers(source code)
查看>>
minicom runscript
查看>>
linux expect
查看>>
Makefile 函數使用
查看>>
shell read指令
查看>>
Makefile 的函数-1
查看>>
Makefile 的变量-2
查看>>
xargs
查看>>
The Linux Serial Programming
查看>>
Windows修改默认路由(Default Gateway)
查看>>
解决/proc/bus/usb/目录下没有devices文件问题
查看>>
OmniPeek
查看>>
iperf
查看>>
遞迴touch
查看>>
git教學
查看>>
您是否擁有好的英文商用電子郵件禮節呢?
查看>>
被動語態 (Passive Voice)
查看>>
svn : how to set the executable bit on a file?
查看>>
vim 取代指令
查看>>