forked from MartinWolke/lsp-julia
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 19
Open
Description
I'm a bit confused of the function, especially this part https://github.com/non-Jedi/lsp-julia/blob/master/lsp-julia.el#L279-L289
In short, this essentially gives something like
julia --startup-file=no --history-file=no -eimport Pkg; Pkg.instantiate(); ...instead of
julia --startup-file=no --history-file=no -e 'import Pkg; Pkg.instantiate(); ...'i.e. the quotation is missing.
How the current master is working at all?
PS: I found this when making lsp-julia work over TRAMP, which I have to add the quotation around all the part after -e to make things work.
Metadata
Metadata
Assignees
Labels
No labels