We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ac61f commit f4cc44fCopy full SHA for f4cc44f
package.json
@@ -98,6 +98,17 @@
98
"configuration": {
99
"title": "Meson build configuration",
100
"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
+ },
112
"mesonbuild.selectRootDir": {
113
"type": "boolean",
114
"default": true,
0 commit comments