Skip to content

Commit ccc11b4

Browse files
authored
feat: Resolve latest LSP version from Maven Central (#127)
Change the default smithy.server.version from a pinned version to latest.release, which Coursier resolves to the newest published version on Maven Central. This eliminates the need for an extension release each time the language server is updated. Users can still pin a specific version via the smithy.server.version setting.
1 parent a6c6050 commit ccc11b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
},
156156
"smithy.server.version": {
157157
"type": "string",
158-
"default": "0.8.0",
158+
"default": "latest.release",
159159
"description": "Version of smithy-language-server to use. Ignored if smithy.server.executable is provided."
160160
},
161161
"smithy.server.diagnostics.minimumSeverity": {

0 commit comments

Comments
 (0)