[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

@@ -22,6 +22,5 @@
"html.trace.server.desc": "Traces the communication between VS Code and the HTML language server.",
"html.validate.scripts": "Configures if the built-in HTML language support validates embedded scripts.",
"html.validate.styles": "Configures if the built-in HTML language support validates embedded styles.",
"html.experimental.syntaxFolding": "Enables/disables syntax aware folding markers.",
"html.autoClosingTags": "Enable/disable autoclosing of HTML tags."
}