Change smithy language server to the one from AWS (#6572)
This commit is contained in:
parent
bb27542199
commit
cd7ef57818
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue