Please add JSON5 support, see https://json5.org/
The extension already supports parts of it via the jsonc parser, which also seems to implement optional jsonc parts, like e.g. trailing commas.
But the extension doesn't get active on ".json5" files.
Neither does it when a new file is created (not saved yet) although language mode is set to json / json5 / jsonc. I'd expect to have the conversion commands available in those situations.
Also the parser seems to be more strict when using the convert selection feature. It should support JSON5 there as well.
Please add JSON5 support, see https://json5.org/
The extension already supports parts of it via the jsonc parser, which also seems to implement optional jsonc parts, like e.g. trailing commas.
But the extension doesn't get active on ".json5" files.
Neither does it when a new file is created (not saved yet) although language mode is set to
json/json5/jsonc. I'd expect to have the conversion commands available in those situations.Also the parser seems to be more strict when using the convert selection feature. It should support JSON5 there as well.