diff options
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 775bdaf17..d363e9fbb 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -237,13 +237,13 @@ | |||
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.defaultTarget": { | 240 | "rust-analyzer.cargo.target": { |
241 | "type": [ | 241 | "type": [ |
242 | "null", | 242 | "null", |
243 | "string" | 243 | "string" |
244 | ], | 244 | ], |
245 | "default": null, | 245 | "default": null, |
246 | "description": "Specify the default target" | 246 | "description": "Specify the compilation target" |
247 | }, | 247 | }, |
248 | "rust-analyzer.rustfmt.extraArgs": { | 248 | "rust-analyzer.rustfmt.extraArgs": { |
249 | "type": "array", | 249 | "type": "array", |