[css] add server trace option

This commit is contained in:
Martin Aeschlimann 2016-12-05 12:08:21 +01:00
parent 4d8781d17a
commit 8cb6e75ada

View file

@ -242,6 +242,16 @@
],
"default": "ignore",
"description": "%css.lint.idSelector.desc%"
},
"css.trace.server": {
"type": "string",
"enum": [
"off",
"messages",
"verbose"
],
"default": "off",
"description": "Traces the communication between VS Code and the CSS language server."
}
}
}