Skip to content

Commit 6ab7bc9

Browse files
committed
Bump to 0.9.1
Also updated language server version to 0.8.0. The new version of the language server fixes an issue where it could not load newer versions of Smithy dependencies.
1 parent 89854c9 commit 6ab7bc9

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Smithy VSCode Extension Changelog
22

3+
## 0.9.1 (2025-10-13)
4+
5+
- Fixed bug where language server could not load [#115](https://github.com/smithy-lang/smithy-vscode/pull/114)
6+
37
## 0.9.0 (2025-04-16)
48

59
- Added setting to run the smithy-language-server using a specific executable [#106](https://github.com/smithy-lang/smithy-vscode/pull/106)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "smithy-vscode-extension",
33
"displayName": "Smithy",
44
"description": "Smithy IDL Language Extension",
5-
"version": "0.9.0",
5+
"version": "0.9.1",
66
"icon": "images/smithy_anvil_red.png",
77
"publisher": "smithy",
88
"engines": {
@@ -155,7 +155,7 @@
155155
},
156156
"smithy.server.version": {
157157
"type": "string",
158-
"default": "0.7.0",
158+
"default": "0.8.0",
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)