mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
update(jetls): enable debug & use beta (1.12) for JETLS
This commit is contained in:
parent
25512b052b
commit
c8e3606247
2 changed files with 2 additions and 0 deletions
|
@ -669,6 +669,7 @@ lspconfig.julials.setup {
|
||||||
Base.load_path_expand("@v#.#"),
|
Base.load_path_expand("@v#.#"),
|
||||||
))
|
))
|
||||||
end
|
end
|
||||||
|
ENV["JULIA_DEBUG"] = "LanguageServer"
|
||||||
@info "Running language server" VERSION pwd() project_path depot_path
|
@info "Running language server" VERSION pwd() project_path depot_path
|
||||||
server = LanguageServer.LanguageServerInstance(stdin, stdout, project_path, depot_path)
|
server = LanguageServer.LanguageServerInstance(stdin, stdout, project_path, depot_path)
|
||||||
server.runlinter = true
|
server.runlinter = true
|
||||||
|
|
|
@ -7,6 +7,7 @@ configs.jetls = {
|
||||||
default_config = {
|
default_config = {
|
||||||
cmd = {
|
cmd = {
|
||||||
'julia',
|
'julia',
|
||||||
|
'+beta',
|
||||||
'--project=' .. vim.env.HOME .. '/work/julia/JETLS.jl',
|
'--project=' .. vim.env.HOME .. '/work/julia/JETLS.jl',
|
||||||
'--startup-file=no',
|
'--startup-file=no',
|
||||||
'--history-file=no',
|
'--history-file=no',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue