Last active
April 24, 2018 16:42
-
-
Save cecilemuller/1e28d5be761b616a58a32e1121e36d09 to your computer and use it in GitHub Desktop.
Adds a "Open Folder in VSCode" command in Windows Explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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