Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support debugging via launch.json for AHK v1 and AHK v2 #606

Merged
merged 9 commits into from
Feb 19, 2025

Conversation

mark-wiemer
Copy link
Owner

@mark-wiemer mark-wiemer commented Feb 12, 2025

Closes #603

Fixes debugging via .vscode/launch.json for AHK v1, adds the same for AHK v2.

Also adds mixed-slash support which was somehow missing before.

Removes runtime from launch args as it would default to the runtime for the currently-opened file. If the current file was AHK v2 and the user had a valid AHK v2 runtime, trying to debug an AHK v1 launch config would silently fail. Working around this proved difficult and low ROI, as there is rarely (if ever) a reason to use multiple runtimes within a single workspace.

Also updates to @vscode/vsce 3.2.2 just for fun

@mark-wiemer mark-wiemer changed the title Fixup, improve logging: DebugDispatcher.start Support debugging via launch.json for AHK v1 and AHK v2 Feb 19, 2025
@mark-wiemer mark-wiemer enabled auto-merge (squash) February 19, 2025 15:39
@mark-wiemer mark-wiemer merged commit 838d258 into main Feb 19, 2025
3 checks passed
@mark-wiemer mark-wiemer deleted the 603-stable-ahkv1 branch February 19, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Request to remove AutoHotkey Plus from deprecation status
1 participant