Skip to content

Commit 7f0c23d

Browse files
committed
Re-add null type, Add explanation about "default" channel option
1 parent d02259c commit 7f0c23d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,16 @@
174174
},
175175
"rust-client.channel": {
176176
"type": [
177-
"string"
177+
"string",
178+
null
178179
],
179180
"enum": [
180181
"stable",
181182
"beta",
182183
"nightly"
183184
],
184-
"default": "stable",
185-
"description": "Rust channel to install RLS from."
185+
"default": null,
186+
"description": "Rust channel to install RLS from. By default it will use the same channel as your currently open project"
186187
},
187188
"rust-client.rls-name": {
188189
"type": "string",

0 commit comments

Comments
 (0)