Skip to content

Commit 9dae94a

Browse files
author
Veetaha
committed
vscode: contribute "alwaysDownloadServer" option to config
1 parent aff82cf commit 9dae94a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

editors/code/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,11 @@
219219
}
220220
}
221221
},
222+
"rust-analyzer.alwaysDownloadServer": {
223+
"type": "boolean",
224+
"default": false,
225+
"description": "Whether to ask before downloading the language server binary"
226+
},
222227
"rust-analyzer.serverPath": {
223228
"type": [
224229
"null",

0 commit comments

Comments
 (0)