rszyma / vscode-kanata

Language support for kanata configuration files in VS Code
https://marketplace.visualstudio.com/items?itemName=rszyma.vscode-kanata
GNU Lesser General Public License v3.0
16 stars 0 forks source link

Bug: syntax check for `deflocalkeys-wintercept` and `deflocalkeys-win` is not working #1

Closed rszyma closed 1 year ago

rszyma commented 1 year ago

Because of the fact that this project uses kanata-parser which has only experimental support for wasm, out of all deflocalkeys-* variants only deflocalkeys-linux is syntax-checked.

To fix this, a change in kanata-parser is required, so all deflocalkeys-* variants are checked for syntax regardless of target OS.

rszyma commented 1 year ago

fix merged in kanata/main