diff options
author | Christophe MASSOLIN <[email protected]> | 2020-04-27 23:15:54 +0100 |
---|---|---|
committer | Christophe MASSOLIN <[email protected]> | 2020-04-27 23:15:54 +0100 |
commit | ed5af989f431b9bfabf6f67350587add05a1942c (patch) | |
tree | f81d1efdca7964e8898226c9c8fb875a8600b2dd /editors/code | |
parent | b7edffe244581b428a4b4da4ff6a08ab461b018f (diff) |
[config] rename cargo.defaultTarget
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index fe330fb43..775bdaf17 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -237,7 +237,7 @@ | |||
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": { | 240 | "rust-analyzer.cargo.defaultTarget": { |
241 | "type": [ | 241 | "type": [ |
242 | "null", | 242 | "null", |
243 | "string" | 243 | "string" |