Skip to content

Commit 81f7de5

Browse files
committed
Merge branch 'master' of github.com:non-Jedi/lsp-julia
2 parents bded466 + c487ed7 commit 81f7de5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

lsp-julia.el

+10-10
Original file line numberDiff line numberDiff line change
@@ -288,16 +288,16 @@ body."
288288
(lsp-julia--symbol-server-store-path-to-jl) ");"
289289
" run(server);")))
290290

291-
;; (defun lsp-julia-update-languageserver ()
292-
;; "The command to update the Julia Language Server."
293-
;; (interactive)
294-
;; (apply 'start-process
295-
;; "lsp-julia-languageserver-updater"
296-
;; "*lsp-julia-languageserver-updater*"
297-
;; lsp-julia-command
298-
;; (append lsp-julia-flags
299-
;; '("-e import Pkg; println(Pkg.project().path); Pkg.update()"))
300-
;; ))
291+
(defun lsp-julia-update-languageserver ()
292+
"The command to update the Julia Language Server."
293+
(interactive)
294+
(apply 'start-process
295+
"lsp-julia-languageserver-updater"
296+
"*lsp-julia-languageserver-updater*"
297+
lsp-julia-command
298+
(append lsp-julia-flags
299+
'("-e import Pkg; println(Pkg.project().path); Pkg.update()"))
300+
))
301301

302302
(defconst lsp-julia--handlers
303303
'(("window/setStatusBusy" .

0 commit comments

Comments
 (0)