diff options
Diffstat (limited to 'editors/code')
-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 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": { |