File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ for more details.
5353
5454## Release Notes
5555
56+ ### 0.9.0 - 2025-04-16
57+
58+ - Added setting to run the smithy-language-server using a specific executable [ #106 ] ( https://github.com/smithy-lang/smithy-vscode/pull/106 )
59+ - Changed name of settings to ` smithy.* ` and deprecated old settings [ #106 ] ( https://github.com/smithy-lang/smithy-vscode/pull/106 )
60+ - Added syntax highlighting for hovering on members [ #107 ] ( https://github.com/smithy-lang/smithy-vscode/pull/107 )
61+ - Updated smithy-language-server version to 0.7.0 [ #108 ] ( https://github.com/smithy-lang/smithy-vscode/pull/108 )
62+
5663### 0.8.0 - 2025-03-10
5764
5865- Updated smithy-language-server version to 0.6.0 [ #103 ] ( https://github.com/smithy-lang/smithy-vscode/pull/103 )
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.8 .0" ,
5+ "version" : " 0.9 .0" ,
66 "icon" : " images/smithy_anvil_red.png" ,
77 "publisher" : " smithy" ,
88 "engines" : {
155155 },
156156 "smithy.server.version" : {
157157 "type" : " string" ,
158- "default" : " 0.6 .0" ,
158+ "default" : " 0.7 .0" ,
159159 "description" : " Version of the 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