diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 8 |
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": { |