[html] add server trace option

This commit is contained in:
Martin Aeschlimann 2016-12-05 12:06:34 +01:00
parent 5ca19df5c1
commit 30835e65a8

View file

@ -139,6 +139,16 @@
"type": "boolean",
"default": true,
"description": "%html.suggest.html5.desc%"
},
"html.trace.server": {
"type": "string",
"enum": [
"off",
"messages",
"verbose"
],
"default": "off",
"description": "Traces the communication between VS Code and the HTML language server."
}
}
}