[folding] remove experimental flag for json/html

This commit is contained in:
Martin Aeschlimann
2018-03-20 10:50:17 +01:00
parent ddf5ecd46c
commit 6b8e4c6e9c
6 changed files with 34 additions and 84 deletions

View File

@@ -9,6 +9,5 @@
"json.format.enable.desc": "Enable/disable default JSON formatter (requires restart)",
"json.tracing.desc": "Traces the communication between VS Code and the JSON language server.",
"json.colorDecorators.enable.desc": "Enables or disables color decorators",
"json.colorDecorators.enable.deprecationMessage": "The setting `json.colorDecorators.enable` has been deprecated in favor of `editor.colorDecorators`.",
"json.experimental.syntaxFolding": "Enables/disables syntax aware folding markers."
"json.colorDecorators.enable.deprecationMessage": "The setting `json.colorDecorators.enable` has been deprecated in favor of `editor.colorDecorators`."
}