Skip to content

Commit

Permalink
Update message for 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Feb 24, 2020
1 parent 1d096c7 commit 6a0afdf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion messages/0.9.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

Fixes:

* All the "Go to" variants re-use an already open view.
* All the "Go To" variants re-use an already open view.
Previously, if you had the target view in another pane open,
LSP would open another view in the pane from where you ran
"Go To xxx".

* Prevent a race condition when iterating over the open documents.

* The rust analyzer binary was renamed from ra_lsp_server to rust-analyzer.
If you haven't updated rust-analyzer, now would be a good time!
The "clients" key was also renamed from ra_lsp_server to rust-analyzer.
so if you were using any overrides in your User/LSP.sublime-settings
file, please update that, too.
https://github.com/sublimelsp/LSP/pull/888 (@dlom)

0 comments on commit 6a0afdf

Please sign in to comment.