Skip to content

Commit d02259c

Browse files
committed
Add default channel setting & constrain channel values
1 parent f553ebb commit d02259c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,14 @@
174174
},
175175
"rust-client.channel": {
176176
"type": [
177-
"string",
178-
"null"
177+
"string"
179178
],
180-
"default": null,
179+
"enum": [
180+
"stable",
181+
"beta",
182+
"nightly"
183+
],
184+
"default": "stable",
181185
"description": "Rust channel to install RLS from."
182186
},
183187
"rust-client.rls-name": {

0 commit comments

Comments
 (0)