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
v1.1.2
What's Changed
- Add
cargo +nightly fmt
example to readme by @Green-Avocado in #209 - Remove unused
rls.toml
code by @Green-Avocado in #210 - Change the lint CI job name to be more descriptive by @Green-Avocado in #208
- Fixed markdown in datatips by @autumnull in #212
New Contributors
- @autumnull made their first contribution in #212
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Support rust-analyzer config file under
.config/rust-analyzer.json
@Green-Avocado in #207
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Configure rust-analyzer with project-specific config files by @Green-Avocado in #205
- Remove duplicate lint warnings by @Green-Avocado in #206
- Eslint fixes by @aminya in #201
New Contributors
- @Green-Avocado made their first contribution in #205
Full Changelog: v1.0.2...v1.1.0
v1.0.2
v1.0.1
v1.0.0
v0.22.0
- Switch from RLS to rust-analyzer (#157). Also see rust-lang/rfcs#2912.
- Add snippets for eprint, eprintln, todo, unimplemented, and unreachable (#162).
- Update atom-languageclient: support additionalTextEdits (#165).
- Update atom-languageclient to use rimraf for building (#160).
- Workaround missing markdown syntax highlighting (#171)
- Improve the missing rust-analyzer bin error notification (#172)
- Support some standard code actions, filter out rust-analyzer custom ones (#173)
RLS is no longer supported. To use RLS install a previous version of ide-rust, apm install [email protected].
v0.22.0-beta.3
v0.22.0-beta.2
v0.22.0-beta.1
- Switch from RLS to rust-analyzer (#157). Also see rust-lang/rfcs#2912.
RLS is no longer supported. To use RLS install a previous version of ide-rust, apm install [email protected].