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.11.2
- 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
Fix $RUST_SRC_PATH set for rls/racer for some toolchains
v0.11.0
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
- Automatically restart language servers on toolchain changes
v0.9.1
Fix newer Rls issues by setting cwd of Rls processes to project-path
v0.9.0
- Add toolchain update checking on startup & after switching toolchain (can be disabled in settings)
- Update atom-languageclient to
0.8