-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
zero-plusplus edited this page Nov 16, 2021
·
4 revisions
- Install VSCode with version
1.49.0
or higher - Install AutoHotkey
- Install an another extension to support AutoHotkey (the famous slevesque.vscode-autohotkey, If you use v2, use dudelmoser.vscode-autohotkey2, etc.)
- Open VSCode, press
Ctrl + P
then typeext install zero-plusplus.vscode-autohotkey-debug
This extension will work without configuration as long as you follow the steps above.
However, if you want to use a different version of AutoHotkey for which no installer is provided, you will need to configure it separately.
By default, the runtime is configured for each file extension as shown below, so please place the runtime in the same path.
-
ahk
-C:/Program Files/AutoHotkey/AutoHotkey.exe
-
ahk2
orah2
-C:/Program Files/AutoHotkey/v2/AutoHotkey.exe
If you want to place the runtime in a specified folder, you need to set the runtime attribute in launch.json.