Buf Latest Version
GitHub repository with your minimal reproducible example (do not leave this field blank or fill out this field with "github.com/bufbuild/vscode-buf" or we will automatically close your issue, see the instructions above!)
https://github.com/bufbuild/vscode-buf
steps
in any of the files like buf.gen.yaml or buf.yaml add a comment and immediately buf-lsp will incorrectly complain about # as it will consider it invalid character.
Output
example comment
version: v2
clean: true
....
VS Code buf-lsp shows the following error in the first line of the above example: invalid character.
Expected Output
Buf-lsp must not show any errors for the # to comment
Anything else?
No response
Buf Latest Version
buf.GitHub repository with your minimal reproducible example (do not leave this field blank or fill out this field with "github.com/bufbuild/vscode-buf" or we will automatically close your issue, see the instructions above!)
https://github.com/bufbuild/vscode-buf
steps
Output
example comment
version: v2
clean: true
....
VS Code buf-lsp shows the following error in the first line of the above example: invalid character.
Expected Output
Buf-lsp must not show any errors for the # to comment
Anything else?
No response