Skip to content

Instantly share code, notes, and snippets.

@cecilemuller
Last active April 24, 2018 16:42
Show Gist options
  • Save cecilemuller/1e28d5be761b616a58a32e1121e36d09 to your computer and use it in GitHub Desktop.
Save cecilemuller/1e28d5be761b616a58a32e1121e36d09 to your computer and use it in GitHub Desktop.
Adds a "Open Folder in VSCode" command in Windows Explorer
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\Background\shell\vscode]
[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode]
@="Open folder in VSCode"
"Icon"="C:\\Program Files\\Microsoft VS Code\\resources\\app\\resources\\win32\\code_file.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode\command]
@="\"C:\\Program Files\\Microsoft VS Code\\Code.exe\" \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment