Increase default language server timeout for Julia (#4575)

This commit is contained in:
ChrHorn 2022-11-04 03:17:06 +01:00 committed by GitHub
parent ba394dca6d
commit c667ff8da3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -593,7 +593,7 @@ injection-regex = "julia"
file-types = ["jl"]
roots = ["Manifest.toml", "Project.toml"]
comment-token = "#"
language-server = { command = "julia", args = [
language-server = { command = "julia", timeout = 60, args = [
"--startup-file=no",
"--history-file=no",
"--quiet",