diff --git a/ahk2 b/ahk2 index 560aade..bf91d87 160000 --- a/ahk2 +++ b/ahk2 @@ -1 +1 @@ -Subproject commit 560aade8550e7dd17d6f78b3ac8360b4facf6ff1 +Subproject commit bf91d8719e827909ecfa02370fcf83bea1140b82 diff --git a/changelog.md b/changelog.md index 7a939c3..9afb94c 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,8 @@ - This has been moved to a console log visible in the AHK++ (v2) output channel - A similar error message will still appear when attempting to debug with an unrecognized interpreter path - See the new [troubleshooting guide](docs/Troubleshooting.md) for details +- Fix quick pick not working for "... does not exist" error message on run AHK v2 script + > Note: this fix copies your config into your workspace settings. If you don't like this, please manually enter the path via the settings, and don't use the quick pick. Learn more at the linked PR ## 6.4.0 - 2024-11-02 🗳️ diff --git a/demos/manualTests/config.ahk2 b/demos/manualTests/config.ahk2 index 47313e6..b72aa85 100644 --- a/demos/manualTests/config.ahk2 +++ b/demos/manualTests/config.ahk2 @@ -33,7 +33,7 @@ y := 1 ; - show "Select AHK v2 Interpreter" in status bar ; - show error message when trying to run a script ; - log error message in AHK++ (v1) when trying to debug a script -; - update when user confirms quick pick via error message +; - persist settings when user confirms quick pick via error message ; - successfully run a script when user confirms quick pick ;** V2: Formatter tested in other files :)