This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Releases: rust-lang/atom-ide-rust
Releases · rust-lang/atom-ide-rust
v0.16.3
- Allow rls command override usage in environments without
rustup
v0.16.2
- Fix link.exe not found issue on Windows
v0.16.1
- Enhance Windows implementation of rustup missing dialog & file change message filtering
- Add more example toolchains to the settings text
v0.16.0
v0.15.1
- Update atom-languageclient ->
0.9.4
v0.15.0
- Support CodeActions allowing click-usage of rustc & clippy suggestions
- New global Rls config applied to all servers, with initial
all_targets
option
- Filter out local variables from the outline view
- Log suspicious non-LSP stdout from Rls (to help track down "Header must provide a Content-Length" bugs)
- Update to atom-languageclient
0.9.2
v0.14.0
v0.13.0
- Improve suggested toolchain: suggest non-dated if possible
- When using rls.toml config only trigger a single Rls build at startup (previously two were triggered)
- Fix rustup installation notifications
- Add suggestion to use package management for rustup on Linux
v0.12.1
- Fix syntax error on electron 1.6.x
v0.12.0
- Add command:
ide-rust:restart-all-language-servers
- Update atom-languageclient ->
0.8.3
- Fix some usage of busySignalService when it's unavailable