Skip to content

Commit 0f0b44d

Browse files
authored
Add trace.server config (#16)
1 parent e10a74a commit 0f0b44d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@
4848
"default": "",
4949
"description": "Custom path for elixirLS, use this options if you don't want use bundled elixirLS"
5050
},
51+
"elixir.trace.server": {
52+
"type": "string",
53+
"enum": [
54+
"off",
55+
"messages",
56+
"verbose"
57+
],
58+
"default": "off",
59+
"description": "Traces the communication between VS Code and the Elixir language server."
60+
},
5161
"elixirLS.dialyzerEnabled": {
5262
"type": "boolean",
5363
"default": true,

0 commit comments

Comments
 (0)