-
Recently I have kept getting the following error from your extension:
`TypeError: Cannot read properties of undefined (reading 'push')
at me (c:\Users\Username\.vscode\extensions\thqby.vscode-au…
-
When I unzipped the file there was no exe file just the two ahk2 files.
-
When developing extensions and using either JavaScript or TypeScript we are unable to consume ES modules, only somewhat legacy CommonJS modules, setting the `type` to `module` and rewriting …
-
I've come across another issue which randomly seems to occur.
`#include` Sometimes gives the Invalid file path error.
As seen below:
![image](https://github.com/thqby/vscode-autohotkey2-lsp/ass…
-
I've installed AutoHotkey Plus Plus.
Alt Shift F prompt
```
There is no formatter for 'ahk2' files installed.
```
-
Would you please consider updating the addon so when a gui object is passed to a for-loop, it treats the provided values as `Gui.Control` objects.
This would provide the proper methods and properti…
-
Autcomplete from the ahk2.json file doesn't work with the keyword `static` while inside of a class.
It only works inside of a function definition.
```
{
"body": "static ${1:name}${2| := , += ,…
-
ObjRelease is missing the Ptr param, so erroneously flags problem as "Expected 0 paramater, but got 1"
Should be `ObjRelease(Ptr) => Integer`
https://github.com/GroggyOtter/ahkv2_definition_rewrite/…
-
Occasionally, running
```
Chrome().GetPage().Evaluate("window.location.href")['value']
```
throws an error at the line:
```
if ws.readyState != 1
```
in https://github.com/thqby/ahk2_lib/blob…
yg-i updated
9 months ago
-
I already had this extension working on VSCode, but I can't get it to work in lazyvim
i get this error when launching
![image](https://github.com/thqby/vscode-autohotkey2-lsp/assets/34572749/5eb…