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.
1 parent d02259c commit 7f0c23dCopy full SHA for 7f0c23d
package.json
@@ -174,15 +174,16 @@
174
},
175
"rust-client.channel": {
176
"type": [
177
- "string"
+ "string",
178
+ null
179
],
180
"enum": [
181
"stable",
182
"beta",
183
"nightly"
184
- "default": "stable",
185
- "description": "Rust channel to install RLS from."
+ "default": null,
186
+ "description": "Rust channel to install RLS from. By default it will use the same channel as your currently open project"
187
188
"rust-client.rls-name": {
189
"type": "string",
0 commit comments