Skip to content

Commit f4cc44f

Browse files
committed
add config option to enable lsp traces
1 parent 34ac61f commit f4cc44f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,17 @@
9898
"configuration": {
9999
"title": "Meson build configuration",
100100
"properties": {
101+
"mesonbuild.trace.server": {
102+
"type": "string",
103+
"default": "off",
104+
"scope": "window",
105+
"enum": [
106+
"off",
107+
"messages",
108+
"verbose"
109+
],
110+
"description": "Traces the communication between VS Code and the current meson language server."
111+
},
101112
"mesonbuild.selectRootDir": {
102113
"type": "boolean",
103114
"default": true,

0 commit comments

Comments
 (0)