Home  >  Article  >  Development Tools  >  How to set vscode right-click shortcut key to open the project

How to set vscode right-click shortcut key to open the project

王林
王林Original
2019-11-09 13:28:059875browse

How to set vscode right-click shortcut key to open the project

1. Open the registration list and find the corresponding list

How to set vscode right-click shortcut key to open the project

2. In HKEY_CLASSES_ROOT\*\sheet, right-click " "New" => "Item", enter the corresponding name (this name is not important, it is just convenient for later modification and search, here I named it "vscode")

How to set vscode right-click shortcut key to open the project

##3 , modify the default value of vscode


How to set vscode right-click shortcut key to open the project##A warning will appear, as shown below:

How to set vscode right-click shortcut key to open the project4 . Create a new command under vscode (must be command)

How to set vscode right-click shortcut key to open the project5. Modify the default value to: "D:\Microsoft VS Code\Code.exe" "%1"

How to set vscode right-click shortcut key to open the project6. In vscode, create a new "String Value" and enter "Icon" (the name must be Icon)

How to set vscode right-click shortcut key to open the project7. Completed, as shown in the picture:

How to set vscode right-click shortcut key to open the project Recommended tutorial:

vscode tutorial

The above is the detailed content of How to set vscode right-click shortcut key to open the project. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn