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

More example values of toolchains in settings #76

Merged
merged 1 commit into from
Apr 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class RustLanguageClient extends AutoLanguageClient {
this.config = {
rlsToolchain: {
description: 'Sets the toolchain installed using rustup and used to run the Rls.' +
' For example ***beta*** or ***nightly-yyyy-mm-dd***.',
' For example ***nightly***, ***stable***, ***beta***, or ***nightly-yyyy-mm-dd***.',
type: 'string',
default: 'nightly',
order: 1
Expand Down