thqby
thqby
Before importing variables, you need to initialize the ahk. Move the first line after the fifth line.
> I assume: node_modules was edited locally, vsce publish was ran locally yes, I know it can be done using middleware, but it's more complicated.
https://github.com/mason-org/mason-registry/blob/2025-10-05-north-rifle/CONTRIBUTING.md#github-build-from-source You can download the source code, which contains [tool](https://github.com/thqby/vscode-autohotkey2-lsp/blob/main/tools/install.js) to install extension.
> https://github.com/FuPeiJiang/vscode-autohotkey2-lsp/actions/runs/18327789792/job/52196302331 This seems to produce an action at each push.
The extension is now available for download from GitHub.
A scan is triggered only when the ahk file is open, afterwards, modify this setting to not scan again. In addition, when triggering completion, there are only 300 completion items...
The 300 limit does not affect whether the scan is complete. If there is no required completion item after some characters are typed, the complete list can be closed and...
This feature was originally used to detect that a function has no return and its return value is used. It is not strictly to identify whether unset is returned. In...
You can use `(no_return())` or `no_return()?`. But the latter was breaken during the refactoring.
> under unknown circumstances. I haven't encountered it yet. Will it work normally after trying again? > child_process.spawn with shell: true: executes cmd on my machine cp.kill() then kills CMD,...