You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
* Toolchain updating
* Check for toolchain update at startup
* Check for toolchain update after switching toolchain
* Only prompts to update if update has _'rls-preview'_
* Skips check if toolchain is dated _(e.g. nightly-2017-12-12)_
* Enabled/disable in settings _(default enabled)_
* Chang _'switched toolchain'_ prompt to a _success_ style one
* Add toolchain update info to readme features
* Add 'other packages not required' note to readme _Install_ section
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,21 @@ Rust language support for Atom-IDE, powered by the Rust Language Server (RLS).
9
9
- Go to definition (`ctrl` or `cmd` click)
10
10
- Type information and Documentation on hover (hold `ctrl` or `cmd` for more information)
11
11
- Rls toolchain selection in package settings
12
+
- Rls toolchain update checking at startup
12
13
- Rls configuration using `rls.toml` file at project root, see [rls#configuration](https://github.com/rust-lang-nursery/rls#configuration)
13
14
```toml
14
15
# rls.toml
15
16
features = ["serde"]
16
17
```
17
18
18
19
## Install
19
-
20
20
You can install from the command line with:
21
-
22
21
```
23
22
$ apm install ide-rust
24
23
```
25
-
26
24
Or you can install from Settings view by searching for `ide-rust`.
27
25
26
+
No other packages or manual setup is required as these will be handled with user prompts after install.
28
27
29
28
## Overriding Rls
30
29
The Rls command can be specified manually, for example to run from local source code:
@@ -47,5 +46,4 @@ If stuff isn't working you can try **enabling logging** to debug:
47
46
This will spit out language server message logging into the atom console. Check if requests/responses are being sent or are incorrect. It will also include any Rls stderr messages (as warnings) which may point to Rls bugs.
48
47
49
48
## License
50
-
51
49
MIT License. See the [license](LICENSE) for more details.
0 commit comments