This repository has been 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.21.2
- Fix macOS rustup stdout parsing when determining what toolchains are in use.
v0.21.1
- Improve rls not available on rustup override messages.
v0.21.0
- Switch thee default toolchain to
''
which will now mean "use rustup/system default toolchain". This allows rustup overrides to be used. - When using a rustup override also check the override toolchain for updates.
- Environments without rustup are now supported without errors or workarounds, however update checking is not supported without rustup.
- Kill RLS instead of waiting for a graceful shutdown, this will stop RLS compiling much more quickly when restarts are requested or project files are closed.
v0.20.3
- Workaround fix for stable RLS 1.35.0 code formatting requests failing.
v0.20.2
- Fix install issues with newer versions of npm.
- Update atom-package-deps ->
5.1
v0.20.1
- Use the
stable
toolchain for RLS by default.
v0.20.0
v0.19.4
v0.19.3
v0.19.2
- Add snippets taken from language-rust. (language-rust is no longer necessary as Atom provides built in support for rust since 1.33. The built in support does not include snippets).
- Avoid showing
using rls command rls
notification when using the current workaround for no-rustup environments.