Last active
May 16, 2016 09:25
-
-
Save bjorkstromm/13fa3fc9288f670239e53cafb4b3c0db to your computer and use it in GitHub Desktop.
This file contains 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\*\shell\Code] | |
@="Open with VS Code" | |
"Icon"="\"C:\\Program Files (x86)\\Microsoft VS Code\\Code.exe\"" | |
[HKEY_CLASSES_ROOT\*\shell\Code\command] | |
@="\"C:\\Program Files (x86)\\Microsoft VS Code\\Code.exe\" \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\Code] | |
@="Open with VS Code" | |
"Icon"="\"C:\\Program Files (x86)\\Microsoft VS Code\\Code.exe\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\Code\command] | |
@="\"C:\\Program Files (x86)\\Microsoft VS Code\\Code.exe\" \"%V\"" | |
[HKEY_CLASSES_ROOT\Directory\shell\Code] | |
@="Open with VS Code" | |
"Icon"="\"C:\\Program Files (x86)\\Microsoft VS Code\\Code.exe\"" | |
[HKEY_CLASSES_ROOT\Directory\shell\Code\command] | |
@="\"C:\\Program Files (x86)\\Microsoft VS Code\\Code.exe\" \"%V\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment