Closed byCedric closed 2 years ago
Fixes #66
Note that we support JSON5 instead of the non-spec-conform-thing called "JSON with Comments (JSONC)". Unfortunately, this is what ships with vscode by default. JSON5 isn't available without other extensions that register the grammar.
See: https://github.com/microsoft/vscode/issues/100688
:tada: This PR is included in version 0.9.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Linked issue
Fixes #66
Additional context
Note that we support JSON5 instead of the non-spec-conform-thing called "JSON with Comments (JSONC)". Unfortunately, this is what ships with vscode by default. JSON5 isn't available without other extensions that register the grammar.
See: https://github.com/microsoft/vscode/issues/100688