aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-05 18:25:52 +0100
committerGitHub <[email protected]>2020-05-05 18:25:52 +0100
commit8803e748a627f2ff45d441e70b3deda3f038c40e (patch)
tree7bf401e386cc5939bc6548aad91d7f652ea2e5be /editors
parentdf7b59081fabd96c6ee5599aad58c941cfb6beb7 (diff)
parent04e32fbffca22e632594218e8dfafdc39281c6f7 (diff)
Merge #4166
4166: Defining a default target to support cross-compilation targets r=matklad a=FuriouZz Related to #4163 Co-authored-by: Christophe MASSOLIN <[email protected]>
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 442b9de98..a05a69752 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -233,6 +233,14 @@
233 "default": false, 233 "default": false,
234 "markdownDescription": "Run `cargo check` on startup to get the correct value for package OUT_DIRs" 234 "markdownDescription": "Run `cargo check` on startup to get the correct value for package OUT_DIRs"
235 }, 235 },
236 "rust-analyzer.cargo.target": {
237 "type": [
238 "null",
239 "string"
240 ],
241 "default": null,
242 "description": "Specify the compilation target"
243 },
236 "rust-analyzer.rustfmt.extraArgs": { 244 "rust-analyzer.rustfmt.extraArgs": {
237 "type": "array", 245 "type": "array",
238 "items": { 246 "items": {