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

v1.1.2

18 Mar 22:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

02 Dec 06:20
Compare
Choose a tag to compare

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

01 Dec 04:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

21 Jul 16:32
Compare
Choose a tag to compare
  • kill rust-analyzer fast without waiting for the close response. fixes Atom not closing (fixes #196)
  • update atom-languageclient (#200)
  • update atom-package-deps (#200)

v1.0.1

15 Jul 12:43
Compare
Choose a tag to compare
  • Let rust-analyzer find the src path automatically (removes RUST_SRC_PATH environment variable handling from atom-ide-rust)

v1.0.0

18 Jun 23:05
Compare
Choose a tag to compare
  • switch to the latest official version of atom-languageclient
  • use atom-ide-base instead of atom-ide-ui

v0.22.0

17 May 15:26
66e351f
Compare
Choose a tag to compare
  • 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 ide-rust@0.21.2.

v0.22.0-beta.3

13 May 00:17
87ec4a2
Compare
Choose a tag to compare
  • 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)

v0.22.0-beta.2

11 May 15:41
4bb9824
Compare
Choose a tag to compare
  • 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).

v0.22.0-beta.1

11 May 11:35
74dba4c
Compare
Choose a tag to compare

RLS is no longer supported. To use RLS install a previous version of ide-rust, apm install ide-rust@0.21.2.