sublimelsp / LSP-rust-analyzer

Convenience package for rust-analyzer
MIT License
70 stars 11 forks source link

Chore: Upgrade rust-analyzer to 2022-02-07 #57

Closed nickhstr closed 2 years ago

daggy1234 commented 2 years ago

Hey just to double-check have any new settings/configuration options been added!

predragnikolic commented 2 years ago

There has been a new version released https://github.com/rust-analyzer/rust-analyzer/releases/tag/2022-02-22

And yeah, there are some new settings, that were added in https://github.com/rust-analyzer/rust-analyzer/blob/d6ed146a1caa41c65a831efbc80d79067c8f5955/editors/code/package.json#L258

that maybe needs to be copied to sublime-package.json https://github.com/sublimelsp/LSP-rust-analyzer/blob/main/sublime-package.json#L23

rwols commented 2 years ago

Superseded by #62