aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-03-04 11:52:36 +0000
committerAleksey Kladov <[email protected]>2021-03-04 12:38:53 +0000
commit3d80e0a15417ccf731a68e3100dfb4c7619c9274 (patch)
treef8dbb7d935d57f0f24bb57128af5d2440148dfbe /editors/code/package.json
parent0ce539ec969125dd757f06ef97a75f89876b07c5 (diff)
Migrate to user-centric config name for `cargo check` stuff
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index e3e0ebff0..1987364bc 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -408,8 +408,8 @@
408 "type": "string" 408 "type": "string"
409 } 409 }
410 }, 410 },
411 "rust-analyzer.cargo.loadOutDirsFromCheck": { 411 "rust-analyzer.cargo.runBuildScripts": {
412 "markdownDescription": "Run `cargo check` on startup to get the correct value for package OUT_DIRs.", 412 "markdownDescription": "Run build scripts (`build.rs`) for more precise code analysis.",
413 "default": false, 413 "default": false,
414 "type": "boolean" 414 "type": "boolean"
415 }, 415 },
@@ -678,7 +678,7 @@
678 "type": "boolean" 678 "type": "boolean"
679 }, 679 },
680 "rust-analyzer.procMacro.enable": { 680 "rust-analyzer.procMacro.enable": {
681 "markdownDescription": "Enable Proc macro support, `#rust-analyzer.cargo.loadOutDirsFromCheck#` must be enabled.", 681 "markdownDescription": "Enable support for procedural macros, implies `#rust-analyzer.cargo.runBuildScripts#`.",
682 "default": false, 682 "default": false,
683 "type": "boolean" 683 "type": "boolean"
684 }, 684 },