Skip to content

Commit adbd717

Browse files
coltenwebbfendor
authored andcommitted
add verbose option for tracing
1 parent 55c3725 commit adbd717

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
"type": "string",
9999
"enum": [
100100
"off",
101-
"messages"
101+
"messages",
102+
"verbose"
102103
],
103104
"default": "off",
104105
"description": "Traces the communication between VS Code and the language server."

0 commit comments

Comments
 (0)