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

Merge pull request #47 from anowlcalledjosh/rls-install-method

Install rls rather than rls-preview
This commit is contained in:
Jacob Jackson 2019-02-01 13:24:59 -05:00 committed by GitHub
commit ac476eb2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]