Skip to content

Instantly share code, notes, and snippets.

@bjorkstromm
Last active May 16, 2016 09:25
Show Gist options
  • Save bjorkstromm/13fa3fc9288f670239e53cafb4b3c0db to your computer and use it in GitHub Desktop.
Save bjorkstromm/13fa3fc9288f670239e53cafb4b3c0db to your computer and use it in GitHub Desktop.
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