aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorChristophe MASSOLIN <[email protected]>2020-04-26 23:11:04 +0100
committerChristophe MASSOLIN <[email protected]>2020-04-26 23:11:04 +0100
commitb7edffe244581b428a4b4da4ff6a08ab461b018f (patch)
tree0f59a9f3e952181b25a99374ace25f7165dafb56 /editors
parent5671bacfa66a9d83daa1cc42f72ec8701412ccdc (diff)
Started rust-analyzer.cargo.defaultTarget implementation
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index b8aaa07d8..fe330fb43 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -237,6 +237,14 @@
237 "default": false, 237 "default": false,
238 "markdownDescription": "Run `cargo check` on startup to get the correct value for package OUT_DIRs" 238 "markdownDescription": "Run `cargo check` on startup to get the correct value for package OUT_DIRs"
239 }, 239 },
240 "rust-analyzer.cargo.rustc.defaultTarget": {
241 "type": [
242 "null",
243 "string"
244 ],
245 "default": null,
246 "description": "Specify the default target"
247 },
240 "rust-analyzer.rustfmt.extraArgs": { 248 "rust-analyzer.rustfmt.extraArgs": {
241 "type": "array", 249 "type": "array",
242 "items": { 250 "items": {