当前位置:网站首页>Add in the registry right click to open in vscode
Add in the registry right click to open in vscode
2022-07-26 08:19:00 【Chicken with vegetables that you want to roll back】
New text file .txt, Copy in the following code , Put all the paths , Change to your computer vscode The path of , It must be a double backslash \\ .
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\VSCode]
@="Open with Code"
"Icon"="D:\\Microsoft VS Code\\Code.exe"
[HKEY_CLASSES_ROOT\*\shell\VSCode\command]
@="\"D:\\Microsoft VS Code\\Code.exe\" \"%1\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\VSCode]
@="Open with Code"
"Icon"="D:\\Microsoft VS Code\\Code.exe"
[HKEY_CLASSES_ROOT\Directory\shell\VSCode\command]
@="\"D:\\Microsoft VS Code\\Code.exe\" \"%V\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode]
@="Open with Code"
"Icon"="D:\\Microsoft VS Code\\Code.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode\command]
@="\"D:\\Microsoft VS Code\\Code.exe\" \"%V\""

Then change the file name to .reg, No prefixes , Double-click on the run , You can add it .


边栏推荐
猜你喜欢

2022-7-6 personal qualifying 3 competition experience

BGP routing principle

Software engineering -- dental clinic -- demand acquisition

Strtus2历史漏洞复现

Burp suite Chapter 5 how to use burp target

JSP implicit object servlet object

【EndNote】文献模板编排语法详解

Pycharm code specification tool flake8

Guitar staff link Jasmine

On some concepts involved in journal papers compilation + journal query methods
随机推荐
One click deployment lamp and LNMP architecture
The difference between FileInputStream and bufferedinputstream
BGP的基本配置
Function default parameters, arrow functions, and remaining parameters in ES6 - explanation
ORACLE 官方文档
Exam summary on July 13, 2022
Team members participate in 2022 China multimedia conference
memorandum...
2022-07-09 group 5 Gu Xiangquan's learning notes day02
Dev gridcontrol 捕获按键事件
2022-7-8 personal qualifying 5 competition experience (supplementary)
Web side 3D visualization engine hoops communicator reads 10g super large model test | digital twin Technology
线程崩了,为什么不会导致 JVM 崩溃呢?如果是主线程呢?
咱就是来聊聊并发编程的三大核心问题。
On some concepts involved in journal papers compilation + journal query methods
If the thread crashes, why doesn't it cause the JVM to crash? What about the main thread?
Let's talk about the three core issues of concurrent programming.
Burp Suite-第五章 如何使用Burp Target
Introduction to arrays -- array
正则表达式作业