Change smithy language server to the one from AWS (#6572)

pull/16/head
zetashift 1 year ago committed by GitHub
parent bb27542199
commit cd7ef57818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save