[json] add server trace option

This commit is contained in:
Martin Aeschlimann
2016-12-05 12:07:02 +01:00
parent 30835e65a8
commit 4d8781d17a

View File

@@ -97,6 +97,16 @@
"type": "boolean",
"default": true,
"description": "%json.format.enable.desc%"
},
"json.trace.server": {
"type": "string",
"enum": [
"off",
"messages",
"verbose"
],
"default": "off",
"description": "Traces the communication between VS Code and the JSON language server."
}
}
}