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: parser error not shown not shown in "Problems" tab when `ParseError.span` is `None` #2

Closed rszyma closed 1 year ago

rszyma commented 1 year ago

logs:

Diagnostic: ParseError { msg: "Exactly one defsrc must exist; found none", span: None }

It should show in "Problems" tab, and maybe show at 0-1 range (at the top of a file)

rszyma commented 1 year ago

fixed in main