📎 Implement json.parser.allowTrailingCommas
#129
Labels
A-Parser
Area: parser
A-Project
Area: project
L-JSON
Language: JSON and super languages
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Description
As reported in #83, some config files support trailing comma.
json.parser.allowTrailingCommas: true
enables trailing commas injson
andjsonc
files, making the following example valid:Similar to
json.parser.allowComments
,json.parser.allowTrailingCommas: true
should be enabled by default when parsing files such astsconfig.json
, VSCode config files, and others?The text was updated successfully, but these errors were encountered: