We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 452db73 + 7f0c23d commit 1fdd5e6Copy full SHA for 1fdd5e6
package.json
@@ -176,10 +176,15 @@
176
"rust-client.channel": {
177
"type": [
178
"string",
179
- "null"
+ null
180
+ ],
181
+ "enum": [
182
+ "stable",
183
+ "beta",
184
+ "nightly"
185
],
186
"default": null,
- "description": "Rust channel to install RLS from."
187
+ "description": "Rust channel to install RLS from. By default it will use the same channel as your currently open project"
188
},
189
"rust-client.rls-name": {
190
"type": "string",
0 commit comments