diff options
author | Christophe MASSOLIN <[email protected]> | 2020-05-05 17:01:54 +0100 |
---|---|---|
committer | Christophe MASSOLIN <[email protected]> | 2020-05-05 17:01:54 +0100 |
commit | 0ab4340cdb31ac4d50f039f0a56ebaff86710eb7 (patch) | |
tree | 2622bb99e5930468fdd0989df1dc25423846e03a /editors/code | |
parent | e7523511ce201763e093d5f5563c20d0e0fc5d54 (diff) |
Rename `defaultTarget` to target
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", |