Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Releases: rust-lang/atom-ide-rust

v0.21.2

20 Nov 20:18
27a6d45
Compare
Choose a tag to compare
  • Fix macOS rustup stdout parsing when determining what toolchains are in use.

v0.21.1

26 Oct 07:46
cfa40f5
Compare
Choose a tag to compare
  • Improve rls not available on rustup override messages.

v0.21.0

03 Jul 15:04
dfb0cfa
Compare
Choose a tag to compare
  • 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

24 May 14:38
bc10995
Compare
Choose a tag to compare
  • Workaround fix for stable RLS 1.35.0 code formatting requests failing.

v0.20.2

07 May 11:25
d24c429
Compare
Choose a tag to compare
  • Fix install issues with newer versions of npm.
  • Update atom-package-deps -> 5.1

v0.20.1

11 Apr 20:06
ca0ab9a
Compare
Choose a tag to compare
  • Use the stable toolchain for RLS by default.

v0.20.0

15 Feb 15:33
4aebe4b
Compare
Choose a tag to compare
  • Support language server functionality in cargo dependency & std library sources outside of the project that are clicked through to from the local project files.
  • Update dependencies.

v0.19.4

10 Jan 10:28
1f7381b
Compare
Choose a tag to compare
  • atom-ide-ui installation is now optional.
  • Show error notifications for toolchain update failures.
  • Update dependencies.

v0.19.3

28 Dec 14:07
fb07138
Compare
Choose a tag to compare
  • Add multi-crate project detection with button workarounds. #118

v0.19.2

07 Dec 11:42
1bf6880
Compare
Choose a tag to compare
  • 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.