Skip to content

Commit

Permalink
Add tip about restarting RLS to README
Browse files Browse the repository at this point in the history
Until didChangeWatchedFiles is supported, RLS will not register changes
to Cargo.toml automatically. ycm-core/ycmd#1296 aims to fix this issue.
  • Loading branch information
spinnylights committed Jan 24, 2020
1 parent 02afe15 commit 3e6114a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,10 @@ That is to say, `ls` should be paired with a dictionary containing a key `rust`,
which should be paired with another dictionary in which the keys are RLS
options.

Also, for the time being, if you make changes to your `Cargo.toml` that RLS
doesn't seem to recognize, you may need to restart it manually with
`:YcmCompleter RestartServer`.

### Go Semantic Completion

Completions and GoTo commands should work out of the box (provided that you
Expand Down

0 comments on commit 3e6114a

Please sign in to comment.