Skip to content

Instantly share code, notes, and snippets.

@onurkerimov
Last active August 11, 2019 10:04
Show Gist options
  • Save onurkerimov/115dc23240ff75439a593c3778d435e9 to your computer and use it in GitHub Desktop.
Save onurkerimov/115dc23240ff75439a593c3778d435e9 to your computer and use it in GitHub Desktop.
Open Folder as VSCode Project on contextmenu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\vscode]
@="Open Folder as &VS Code Project"
[HKEY_CLASSES_ROOT\Directory\shell\vscode\command]
@="\"C:\\Users\\REPLACE_THIS_WITH_YOUR_USERNAME\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode]
@="Open Folder as &VS Code Project"
[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode\command]
@="\"C:\\Users\\REPLACE_THIS_WITH_YOUR_USERNAME\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment