Skip to content

Commit f842852

Browse files
Add std lib source option (#452)
See elixir-lsp/elixir-ls#1164 Co-authored-by: Carlos Becker <[email protected]>
1 parent 5b1c42d commit f842852

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@
156156
"minLength": 0,
157157
"default": ""
158158
},
159+
"elixirLS.stdlibSrcDir": {
160+
"scope": "resource",
161+
"type": "string",
162+
"description": "Subdirectory where the Elixir stdlib resides to allow for source code lookup. E.g. /home/youruser/.asdf/installs/elixir/1.18.2",
163+
"minLength": 0,
164+
"default": ""
165+
},
159166
"elixirLS.useCurrentRootFolderAsProjectDir": {
160167
"scope": "resource",
161168
"type": "boolean",

0 commit comments

Comments
 (0)