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 dbbbd1f commit 7270f25Copy full SHA for 7270f25
1 file changed
package.json
@@ -40,6 +40,16 @@
40
"default": "never",
41
"description": "Specifies message severity on which the output channel will be revealed."
42
},
43
+ "phpactor.trace.server": {
44
+ "type": "string",
45
+ "default": "off",
46
+ "enum": [
47
+ "off",
48
+ "messages",
49
+ "verbose"
50
+ ],
51
+ "description": "Trace level for Phpactor"
52
+ },
53
"phpactor.enable": {
54
"type": "boolean",
55
"default": true,
0 commit comments