Skip to content

Commit 224a9a9

Browse files
committed
Add trace.server
1 parent 2e7c91f commit 224a9a9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,32 @@
5656
"configuration": {
5757
"title": "Phpactor",
5858
"properties": {
59+
"phpactor.trace.server": {
60+
"scope": "window",
61+
"type": "object",
62+
"description": "Traces the communication between VS Code and the language server.",
63+
"properties": {
64+
"verbosity": {
65+
"type": "string",
66+
"description": "Controls the verbosity of the trace.",
67+
"enum": [
68+
"off",
69+
"message",
70+
"verbose"
71+
],
72+
"default": "off"
73+
},
74+
"format": {
75+
"type": "string",
76+
"description": "Controls the output format of the trace.",
77+
"enum": [
78+
"text",
79+
"json"
80+
],
81+
"default": "text"
82+
}
83+
}
84+
},
5985
"phpactor.path": {
6086
"type": [
6187
"string",

0 commit comments

Comments
 (0)