You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editors/code/package.json
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -433,6 +433,17 @@
433
433
"default": false,
434
434
"type": "boolean"
435
435
},
436
+
"rust-analyzer.discoverProjectCommand": {
437
+
"markdownDescription": "Sets the command that rust-analyzer uses to generate `rust-project.json` files. This command should only be used\n if a build system like Buck or Bazel is also in use. The command must accept files as arguments and return \n a rust-project.json over stdout.",
438
+
"default": null,
439
+
"type": [
440
+
"null",
441
+
"array"
442
+
],
443
+
"items": {
444
+
"type": "string"
445
+
}
446
+
},
436
447
"$generated-start": {},
437
448
"rust-analyzer.assist.emitMustUse": {
438
449
"markdownDescription": "Whether to insert #[must_use] when generating `as_` methods\nfor enum variants.",
@@ -452,17 +463,6 @@
452
463
"Fill missing expressions with reasonable defaults, `new` or `default` constructors."
453
464
]
454
465
},
455
-
"rust-analyzer.discoverProjectCommand": {
456
-
"markdownDescription": "Sets the command that rust-analyzer uses to generate `rust-project.json` files. This command should only be used\n if a build system like Buck or Bazel is also in use. The command must accept files as arguments and return \n a rust-project.json over stdout.",
457
-
"default": null,
458
-
"type": [
459
-
"null",
460
-
"array"
461
-
],
462
-
"items": {
463
-
"type": "string"
464
-
}
465
-
},
466
466
"rust-analyzer.cachePriming.enable": {
467
467
"markdownDescription": "Warm up caches on project load.",
0 commit comments