Skip to content

Instantly share code, notes, and snippets.

@alexb5dh
Created December 31, 2017 10:33
Show Gist options
  • Save alexb5dh/f393a64d6e3c80b402e6ef2a8d9a0ab6 to your computer and use it in GitHub Desktop.
Save alexb5dh/f393a64d6e3c80b402e6ef2a8d9a0ab6 to your computer and use it in GitHub Desktop.
[VS Code .ahk] VS Code registry entry for .ahk 'Edit Script' #reg #vscode
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoHotkeyScript\Shell\Edit]
@="Edit Script"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoHotkeyScript\Shell\Edit\Command]
@="\"C:\\Program Files\\Microsoft VS Code Insiders\\Code - Insiders.exe\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment