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.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ If stuff isn't working you can try **enabling logging** to debug:
36
36
* Enter `atom.config.set('core.debugLSP', true)`
37
37
* Reload atom _(ctrl-shift-F5)_
38
38
39
-
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.
39
+
This will spit out language server message logging into the atom console. Check if requests/responses are being sent or are incorrect.
40
40
41
41
## RLS
42
42
RLS is no longer supported. To use RLS install a previous version of ide-rust, `apm install [email protected]`.
0 commit comments