helix: Set astro LSP timeout to 2s
This commit is contained in:
parent
b1df41a652
commit
043c016acd
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ formatter = {command = 'black', args = ["--quiet", "-"]}
|
|||
command = "astro-ls"
|
||||
args = ["--stdio"]
|
||||
config = {typescript = {tsdk = "/home/gaspard/.local/share/fnm/node-versions/v18.18.2/installation/lib/node_modules/typescript/lib"}, environment = "node"}
|
||||
timeout = 2
|
||||
|
||||
[[language]]
|
||||
name = "astro"
|
||||
|
|
Loading…
Reference in a new issue