File tree 2 files changed +15
-1
lines changed 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy Language Server Changelog
2
2
3
+ ## 0.6.0 (2025-03-10)
4
+
5
+ ### Features
6
+ * Improved completions, definition, and hover for everything in the IDL. ([ #166 ] ( https://github.com/smithy-lang/smithy-language-server/pull/166 ) )
7
+ * Diagnostics for smithy-build.json. ([ #188 ] ( https://github.com/smithy-lang/smithy-language-server/pull/188 ) )
8
+ * Completions for smithy-build.json. ([ #193 ] ( https://github.com/smithy-lang/smithy-language-server/pull/193 ) )
9
+ * Hover for smithy-build.json. ([ #202 ] ( https://github.com/smithy-lang/smithy-language-server/pull/202 ) )
10
+ * Folding range for traits and shape blocks. ([ #190 ] ( https://github.com/smithy-lang/smithy-language-server/pull/190 ) )
11
+ * Inlay hints of the name of inline operation input/output. ([ #200 ] ( https://github.com/smithy-lang/smithy-language-server/pull/200 ) )
12
+
13
+ ### Bug fixes
14
+ * Fixed crash when calling setTrace or cancelProgress. ([ #183 ] ( https://github.com/smithy-lang/smithy-language-server/pull/183 ) )
15
+ * Fixed potential conflicting trait definition when rebuilding. ([ #196 ] ( https://github.com/smithy-lang/smithy-language-server/pull/196 ) )
16
+
3
17
## 0.5.0 (2024-11-06)
4
18
5
19
### Features
Original file line number Diff line number Diff line change 1
- 0.5 .0
1
+ 0.6 .0
You can’t perform that action at this time.
0 commit comments