Feature request: Allow configuring comments allowed in specific json files #2681
Unanswered
AndrewNolte
asked this question in
Extension Development QnA
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to have config files similar to vscode's settings.json, because I'm developing a language server for multiple editors. Vscode allows its own configs to have comments, but I'm not able to do that for the lsp's config file.
I see two ways of adding this:
Currently the user could add this in their own settings.json- it would be nice if this could be contributed under
"contributes"
in package.jsonAnother option is an additional "allowComments" option next the jsonValidation
Beta Was this translation helpful? Give feedback.
All reactions