thqby
thqby
https://github.com/thqby/vscode-autohotkey2-lsp/issues/504#issuecomment-2054109750 The debug session started from the extension does not know which configuration is selected.
It may be possible to submit a feature request to vscode to get the currently selected debugging configuration in the extension, but if the number of people who like it...
给创建的子线程传入参数或设置子线程的变量
This is for debugging the web version of the vscode extension, test-data is an empty folder.
https://github.com/AutoHotkey/AutoHotkeyUX/blob/main/launcher.ahk#L62-L81 The ahk launcher uses regular expressions to differentiate versions and start them. How to act as a heuristic (a regex)?
I don't think heuristic is suitable for ahk. Only a small amount of code can be recognized by a single regular match. The ahk launcher identifies the version by the...
Some features are misidentified if they occur in a multiline string. ``` multiline_string := " ( #Require AutoHotkey v1 )" ``` Or some of the features of v1 are valid...
The issue cannot be reproduced. You can try again after restarting vscode.
> But '{Alt}' has an Intellisense type of "keyword". And '{Blind}' has a type of "text". They should be provided by built-in completions.