File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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" .
You can’t perform that action at this time.
0 commit comments