Page 2 of 2

Re: Visual Studio Code Support

Posted: 13 Jul 2020, 15:17
by adegard
Go to: File » Preferences » Settings
Search for: code-runner.executorMap
Click on: Edit settings in.json

Copy code in (if you have AutoHotkey default installation):

"code-runner.executorMap": { "ahk": "\"C:\\Program Files\\AutoHotkey\\AutoHotkey.exe\"" }

Referenced from:
https://github.com/formulahendry/vscode-code-runner/issues/287