提交 4d8781d1 编写于 作者: M Martin Aeschlimann

[json] add server trace option

上级 30835e65
......@@ -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."
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册