You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not using tree-sitter directly but I am using the Bash Language Server in a Visual Studio Code extension and any time I use an a ! character in a variable like {!var} I get an Failed to parse expression error
In an issue about this error the owner specified that the error was in tree-sitter and requested that an issue be opened here. bash-lsp/bash-language-server#43
The text was updated successfully, but these errors were encountered:
I'm not using tree-sitter directly but I am using the Bash Language Server in a Visual Studio Code extension and any time I use an a
!
character in a variable like{!var}
I get anFailed to parse expression error
In an issue about this error the owner specified that the error was in tree-sitter and requested that an issue be opened here. bash-lsp/bash-language-server#43
The text was updated successfully, but these errors were encountered: