File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Smithy VSCode Extension Changelog
22
3+ ## 0.9.1 (2025-10-13)
4+
5+ - Updated smithy-language-server version to 0.8.0 [ #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 )
Original file line number Diff line number Diff line change 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" : {
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" : {
You can’t perform that action at this time.
0 commit comments