Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 037807f

Browse files
authored
Update rls component name to not include -preview suffix
Fixes #461. This should be due to renamed `rls-preview` -> `rls` component for Rust 2018. r? @nrc
1 parent 8c7f613 commit 037807f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
},
219219
"rust-client.rls-name": {
220220
"type": "string",
221-
"default": "rls-preview",
221+
"default": "rls",
222222
"description": "Name of the RLS rustup component."
223223
},
224224
"rust.sysroot": {

0 commit comments

Comments
 (0)