Mark Wiemer

Results 27 issues of Mark Wiemer

## Description Language configuration is determined by `ahk.configuration.json`, but there is no current way to ensure the regular expressions defined there work correctly in editor files. ## Reproduction steps Steps...

tests
hygiene

**Is your feature request related to a problem? Please describe.** It's hard to differentiate between parameters and other local variables because they're the same color Note `x` and `y` are...

enhancement
help wanted

```ts export const texToNode = (tex: string): mathjs.MathNode | null => { try { return parseTex(tex); // err: Property 'toHTML' is missing in type import(".../node_modules/tex-math-parser/node_modules/mathjs/types/index").MathNode' but required in type 'math.MathNode'....

I have a custom find and replace done before I parse my own TeX, but it'd be nice to have this built-in. Thanks! 🤓

Ref https://github.com/vscode-autohotkey/ahkpp/issues/279 by @fade2gray 1. Debug this script with a breakpoint on the first line: ```ahk ahk := "AutoHokey" ExitApp ``` 1. Stop debugging (click the red square in the...

bug

```sh ~/repos/vscode-autohotkey2-lsp (users/markwiemer/lint) $ npm run chrome 2024-08-01 21:55:19 > [email protected] chrome > vscode-test-web --browserType=chromium --extensionDevelopmentPath=. ./test-data 'vscode-test-web' is not recognized as an internal or external command, operable program or...

"@vscode/test-web": "^0.0.56" This is the best dependency for running `vscode-test-web` and automatically validating each release. This PR also adds recommended extensions so developers are using the best IDE tools available...

Use @vscode/test-cli to quickly run sample automated tests against the repo. This PR just adds basic infrastructure to get started. Refer to AHK++ for more details. Happy to discuss :)

**Is your issue related to a problem? Please describe.** The current AHK v2 type definitions are lacking and don't describe everything I want to know **Describe the solution you'd like**...

documentation
enhancement
good first issue
AHK v2

thqby updated their extension, we should update to get the new bugfixes Ref: - #474 - https://github.com/thqby/vscode-autohotkey2-lsp/compare/29fdfe00ee199b7fa6b3ce35a5cfe87e2346de1a...main

AHK v2