mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
[css] add server trace option
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user