You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix .vscode/launch.json support for AHK v1 (Issue #603)
Add .vscode/launch.json support for AHK v2 (Issue #603)
Change "AutoHotkey execute bin not found: ..." to "AutoHotkey interpreter not found" with a preceding message showing the interpreter path. (PR #606)
Remove the runtime argument from launch.json for both AHK v1 and AHK v2 due to issues with cross-version debugging (PR #606)
We are not considering this a breaking change as this behavior didn't work before. If you'd like to use different AHK interpreters across different workspaces, use IDE workspace settings. If you'd like to use different AHK interpreters within a single workspace, please open a discussion and we'll be happy to help.
IntelliSense
Add detailed __New docs for InputHook and basic __New docs for all Object descendants that didn't have it (Issue #586)