Skip to content

Commit

Permalink
Increase default language server timeout for Julia (helix-editor#4575)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrHorn authored and Shekhinah Memmel committed Dec 11, 2022
1 parent 7a928ab commit 36d6c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 36d6c08

Please sign in to comment.