Skip to content

Commit 0d1f17f

Browse files
committed
add lua.trace.server
1 parent 8bf9166 commit 0d1f17f

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
@@ -294,6 +294,17 @@
294294
"type": "string",
295295
"default": "",
296296
"description": "%config.misc.executablePath%"
297+
},
298+
"lua.trace.server": {
299+
"type": "string",
300+
"enum": [
301+
"off",
302+
"messages",
303+
"verbose"
304+
],
305+
"default": "off",
306+
"markdownDescription": "Traces the communication between VS Code and the EmmyLua language server in the Output view. Default is `off`.",
307+
"scope": "window"
297308
}
298309
}
299310
},

0 commit comments

Comments
 (0)