aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-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 },