From 0b985679897c4ce2f377003530031ccb262db89f Mon Sep 17 00:00:00 2001 From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Date: Tue, 25 Feb 2025 05:06:47 -0800 Subject: [PATCH] Mark "set AHK v2 interpreter" as working (#614) --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 60fbd863..f13856cb 100644 --- a/changelog.md +++ b/changelog.md @@ -31,7 +31,8 @@ ### Known issues - If your AHK v2 interpreter is not recognized and you try to debug an AHK v2 script, an "AutoHotkey execute bin not found: ..." output log will appear and take focus in the AHK++ (v1) output channel (open issue [#570](https://github.com/mark-wiemer/ahkpp/issues/570)) -- The "Select AHK v2 interpreter" command does not work, instead please try to run (not debug) an AHK v2 script and use the quick pick from the "... does not exist" error message (open issue [#571](https://github.com/mark-wiemer/ahkpp/issues/571)) + +(Previously, this changelog noted [#571](https://github.com/mark-wiemer/ahkpp/issues/571), an issue with the "Set AHK v2 Interpreter" command. However, further review shows that was likely a false positive report.) ### Fixes