Skip to content

Commit

Permalink
Change smithy language server to the one from AWS (helix-editor#6572)
Browse files Browse the repository at this point in the history
  • Loading branch information
zetashift authored and Schuyler Mortimer committed Jul 10, 2024
1 parent eeabef3 commit 906de3d
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 @@ -2399,7 +2399,7 @@ file-types = ["smithy"]
roots = ["smithy-build.json"]
comment-token = "//"
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]]
name = "smithy"
Expand Down

0 comments on commit 906de3d

Please sign in to comment.