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

Releases: rust-lang/atom-ide-rust

v0.11.2

27 Jan 03:58
43fc02a
Compare
Choose a tag to compare
  • Improve rls console logging
    • Add rls panic backtrace stderr/console logging
    • Inherit RUST_LOG if set
    • Set RUST_LOG=rls=warn if core.debugLSP and not otherwise set
  • Don't inherit RUST_SRC_PATH as setting from the configured toolchain is more likely to be correct
  • Avoid a error message scenario from concurrent promises

v0.11.1

24 Jan 13:32
789f946
Compare
Choose a tag to compare

Fix $RUST_SRC_PATH set for rls/racer for some toolchains

v0.11.0

23 Jan 10:55
Compare
Choose a tag to compare

New Features

  • Graceful handling of Rls being missing from the distribution
    • Warns before installing a rust version without Rls or when using an already installed one
    • Automatic detection of, and prompt to install, the latest working dated release
  • Updates from dated toolchains are now enabled
  • Checks for toolchain updates every 6 hours
  • Checks for toolchain updates when enabling the check for toolchain updates setting

Other

  • Some language server startup issues were fixed in atom-languageclient 0.8.2

v0.10.0

22 Jan 16:47
Compare
Choose a tag to compare
  • Automatically restart language servers on toolchain changes

v0.9.1

17 Jan 16:06
Compare
Choose a tag to compare

Fix newer Rls issues by setting cwd of Rls processes to project-path

v0.9.0

15 Jan 22:54
Compare
Choose a tag to compare
  • Add toolchain update checking on startup & after switching toolchain (can be disabled in settings)
  • Update atom-languageclient to 0.8