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 626841c commit f3851efCopy full SHA for f3851ef
lsp-julia.el
@@ -111,8 +111,7 @@ Set to nil if you want to use the globally installed versions."
111
" server = LanguageServer.LanguageServerInstance("
112
" stdin, stdout, false,"
113
" \"" (lsp-julia--get-root) "\","
114
- " \"" (lsp-julia--get-depot-path) "\","
115
- "Dict());"
+ " \"" (lsp-julia--get-depot-path) "\");"
116
" server.runlinter = true;"
117
" run(server);")))
118
0 commit comments