File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed
Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1- 1.16.3
1+ 1.17.0
Original file line number Diff line number Diff line change 1111 "1.16.1" : " messages/1.16.1.txt" ,
1212 "1.16.2" : " messages/1.16.2.txt" ,
1313 "1.16.3" : " messages/1.16.3.txt" ,
14+ "1.17.0" : " messages/1.17.0.txt" ,
1415 "1.2.7" : " messages/1.2.7.txt" ,
1516 "1.2.8" : " messages/1.2.8.txt" ,
1617 "1.2.9" : " messages/1.2.9.txt" ,
Original file line number Diff line number Diff line change 1+ => 1.17.0
2+
3+ # Features and Fixes
4+
5+ - Completions rendering overhaul (expose labelDetails more prominently) (#2010) (jwortmann)
6+ - Prevent failing to load all configs when one fails (Raoul Wols)
7+ - Show previews in side view for Goto commands with side_by_side (#1982) (jwortmann)
8+ - Support side_by_side for "Go to reference" (Rafal Chlodnicki)
9+ - Keep active group when using Goto commands (#1994) (jwortmann)
10+ - Fix bug for symbol action links in hover popup (jwortmann)
11+ - Don't use actual linebreaks in log panel if payload is string literal (#1993) (jwortmann)
12+ - Optionally fallback to goto_definition in lsp_symbol_definition (#1986) (timfjord)
13+ - Restore selections after location picker panel (jwortmann)
14+ - Add preview for resource (res:) files in LocationPicker (jwortmann)
15+ - Tweaks for signature help popup including support for contextSupport and activeParameter (#2006) (jwortmann)
16+ - Enable admonition extension for mdpopups (jwortmann)
17+ - docs: Add Godot (GDScript) LSP instructions (lucypero)
18+
19+ # API changes
20+
21+ - Allow plugins to modify server response messages (#1992) (jwortmann)
Original file line number Diff line number Diff line change 1- __version__ = (1 , 16 , 3 )
1+ __version__ = (1 , 17 , 0 )
You can’t perform that action at this time.
0 commit comments