Skip to content

Commit

Permalink
Fix quick pick not working for "... does not exist" error message on …
Browse files Browse the repository at this point in the history
…run AHK v2 script
  • Loading branch information
mark-wiemer committed Nov 9, 2024
1 parent d4293e7 commit 56dc4f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ahk2
Submodule ahk2 updated from 560aad to bf91d8
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🗳️

Expand Down
2 changes: 1 addition & 1 deletion demos/manualTests/config.ahk2
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)
Expand Down

0 comments on commit 56dc4f6

Please sign in to comment.