Add setting to control markdown LS log level (#176472)

This commit is contained in:
Matt Bierner
2023-03-07 23:00:34 -08:00
committed by GitHub
parent b2ea6aa9fc
commit da15b03a10
5 changed files with 58 additions and 22 deletions

View File

@@ -438,6 +438,17 @@
"default": "off",
"description": "%markdown.trace.server.desc%"
},
"markdown.server.log": {
"type": "string",
"scope": "window",
"enum": [
"off",
"debug",
"trace"
],
"default": "off",
"description": "%markdown.server.log.desc%"
},
"markdown.editor.drop.enabled": {
"type": "boolean",
"default": true,