Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit c7cf4cf

Browse files
TechatrixVexu
authored andcommitted
improve documentation of the zig.zls.trace.server config option
The log level of the output panel also need to be set to "Trace" so that messages traces are displayed.
1 parent 51ead57 commit c7cf4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"zig.zls.trace.server": {
180180
"scope": "window",
181181
"type": "string",
182-
"description": "Traces the communication between VS Code and the language server.",
182+
"description": "Traces the communication between VS Code and the ZLS language server.\n\nThe log output can be accessed by running the \"Developer: Show Logs...\" command and selecting \"ZLS language server\". To display trace messages, use \"Developer: Set Log Level...\" or click the settings (⚙️) icon in the top-right corner of the output panel.",
183183
"enum": [
184184
"off",
185185
"messages",

0 commit comments

Comments
 (0)