Mark Wiemer

Results 299 comments of Mark Wiemer

Just an FYI, the AHK interpreter is also used to provide completion suggestions, hover text, and a bit more. So missing the file is a bit of a problem. However,...

Note to self: As of 6.4.0, the error text starts with "Couldn't resolve AHK v2 interpreter, please check settings:", it's from ahk2/server/src/localize.ts

Hi all, please try out this release early! Unless major bugs are found, I'll be testing and releasing tomorrow morning (~16 hours from now) [vscode-autohotkey-plus-plus-6.4.1-rc1.zip](https://github.com/user-attachments/files/17685426/vscode-autohotkey-plus-plus-6.4.1-rc1.zip) Rename `.zip` to `.vsix` and...

Isn't this `--forbid-only` ? That's what I use in my personal projects at least, `mocha --forbid-only`

Ahh, I see it comes from `@vscode/test-web`, adding that to the dev dependencies now :)

```sh ~/repos/vscode-autohotkey2-lsp (users/markwiemer/lint) $ npm run chrome 2024-08-01 21:59:48 > [email protected] chrome > vscode-test-web --browserType=chromium --extensionDevelopmentPath=. ./test-data @vscode/test-web: 0.0.56 'C:\Users\markw\repos\vscode-autohotkey2-lsp\test-data' must be an existing folder. [last: 2s] ``` Could you...

Gotcha, I've added a `.gitignore` to that folder so it's present in the repo :)

@evanw it's been nearly two years and about 8 bumps (from 0.16.0 to 0.24.0), have you reconsidered this? For me seeing v0 was a bit of a turnoff as I...

@casewalker you're right that anything can change at any time, but `^0.14` will not pick up `0.15`, that's the beauty of major version zero. `^` looks at the first non-zero...

Welcome to open-source! ![dependency_2x](https://github.com/user-attachments/assets/2c7b8b33-c9bf-46b3-a5de-16b629dbd03a) https://xkcd.com/2347/ My advice: know your dependencies, know the severity of failures, remember that you can always pin versions to avoid regressions or malicious attacks, and cross...