mirror of https://github.com/helix-editor/helix
Change smithy language server to the one from AWS (#6572)
parent
bb27542199
commit
cd7ef57818
|
@ -2399,7 +2399,7 @@ file-types = ["smithy"]
|
||||||
roots = ["smithy-build.json"]
|
roots = ["smithy-build.json"]
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
indent = { tab-width = 4, unit = " " }
|
indent = { tab-width = 4, unit = " " }
|
||||||
language-server = { command = "cs", args = ["launch", "com.disneystreaming.smithy:smithy-language-server:latest.release", "--", "0"] }
|
language-server = { command = "cs", args = ["launch", "--contrib", "smithy-language-server", "--", "0"] }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "smithy"
|
name = "smithy"
|
||||||
|
|
Loading…
Reference in New Issue