Increase default language server timeout for Julia (#4575)
This commit is contained in:
parent
ba394dca6d
commit
c667ff8da3
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ injection-regex = "julia"
|
||||||
file-types = ["jl"]
|
file-types = ["jl"]
|
||||||
roots = ["Manifest.toml", "Project.toml"]
|
roots = ["Manifest.toml", "Project.toml"]
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
language-server = { command = "julia", args = [
|
language-server = { command = "julia", timeout = 60, args = [
|
||||||
"--startup-file=no",
|
"--startup-file=no",
|
||||||
"--history-file=no",
|
"--history-file=no",
|
||||||
"--quiet",
|
"--quiet",
|
||||||
|
|
Loading…
Add table
Reference in a new issue