Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit ef30f37

Browse files
dannyfritzalexheretic
authored andcommitted
More example values of toolchains in settings (#76)
1 parent 433e8db commit ef30f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class RustLanguageClient extends AutoLanguageClient {
241241
this.config = {
242242
rlsToolchain: {
243243
description: 'Sets the toolchain installed using rustup and used to run the Rls.' +
244-
' For example ***beta*** or ***nightly-yyyy-mm-dd***.',
244+
' For example ***nightly***, ***stable***, ***beta***, or ***nightly-yyyy-mm-dd***.',
245245
type: 'string',
246246
default: 'nightly',
247247
order: 1

0 commit comments

Comments
 (0)