1
1
mirror of https://github.com/codota/TabNine.git synced 2024-08-16 21:40:23 +03:00

Install rls rather than rls-preview

The instructions in the RLS repository have changed to suggest
installing rls instead of rls-preview.
This commit is contained in:
Josh Holland 2019-01-30 21:22:11 +00:00
parent 35d6416c25
commit a80729467e
No known key found for this signature in database
GPG Key ID: 7F8B67933905ABD6

View File

@ -2,7 +2,7 @@
command = "rls"
install = [
["rustup", "update"],
["rustup", "component", "add", "rls-preview", "rust-analysis", "rust-src"],
["rustup", "component", "add", "rls", "rust-analysis", "rust-src"],
]
[language.javascript]