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 2e7c91f commit 224a9a9Copy full SHA for 224a9a9
package.json
@@ -56,6 +56,32 @@
56
"configuration": {
57
"title": "Phpactor",
58
"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
76
+ "description": "Controls the output format of the trace.",
77
78
+ "text",
79
+ "json"
80
81
+ "default": "text"
82
+ }
83
84
85
"phpactor.path": {
86
"type": [
87
"string",
0 commit comments