File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -288,16 +288,16 @@ body."
288
288
(lsp-julia--symbol-server-store-path-to-jl) " );"
289
289
" run(server);" )))
290
290
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
+ ))
301
301
302
302
(defconst lsp-julia--handlers
303
303
'((" window/setStatusBusy" .
You can’t perform that action at this time.
0 commit comments