- Suggestions now respect quote of current input, instead of forcing users to use
json5.format.keyQuotes
andjson5.format.stringQuotes
settings all the time. (#9)
- Fixed a minor issue that caused keys with only one character to be flagged as false-positive.
-
Removed telemetry code that came with the fork.
-
Addressed vscode#232647.
-
Supported
${workspaceFolder}
,${workspaceFolderBasename}
,${pathSeparator}
,${env:VARIABLE_NAME}
and${config:CONFIG_NAME}
infileMatch
andurl
properties ofjson5.schema
settings. (#4)
Please note that using variable substitution in
fileMatch
may not work as you expected since the pattern is identified as a glob pattern, and it doesn't like path separators that may come with variables.
- Optimized packaging method
- Fixed #6: Multiline strings are getting false-positive errors
- Fixed TextMate grammar for floating point numbers like
3.
- Implemented multiline string folding
- Fixed #3: Extension looksup schema configuration in wrong section
- Make suggestions respect quote settings
- Implemented
json5.format.trailingCommas
setting - Implemented
json5.format.keyQuotes
andjson5.format.stringQuotes
settings - Published to https://open-vsx.org #2
- Fixed #1: Extension failed to load in https://vscode.dev
- Initial release