[json] color decorators

This commit is contained in:
Martin Aeschlimann
2017-03-27 14:26:56 +02:00
parent dc009ee150
commit 7d63b291cf
9 changed files with 202 additions and 10 deletions

View File

@@ -106,7 +106,12 @@
"verbose"
],
"default": "off",
"description": "Traces the communication between VS Code and the JSON language server."
"description": "%json.tracing.desc%"
},
"json.colorDecorators.enable": {
"type": "boolean",
"default": true,
"description": "%json.colorDecorators.enable.desc%"
}
}
},