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
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -487,14 +487,6 @@
487
487
"default": false,
488
488
"type": "boolean"
489
489
},
490
-
"rust-analyzer.discoverProjectRunner": {
491
-
"markdownDescription": "Sets the extension responsible for determining which extension the rust-analyzer extension uses to generate `rust-project.json` files. This should should only be used\n if a build system like Buck or Bazel is also in use.",
492
-
"default": null,
493
-
"type": [
494
-
"null",
495
-
"string"
496
-
]
497
-
},
498
490
"rust-analyzer.showUnlinkedFileNotification": {
499
491
"markdownDescription": "Whether to show a notification for unlinked files asking the user to add the corresponding Cargo.toml to the linked projects setting.",
500
492
"default": true,
@@ -1556,11 +1548,6 @@
1556
1548
"default": true,
1557
1549
"type": "boolean"
1558
1550
},
1559
-
"rust-analyzer.notifications.unindexedProject": {
1560
-
"markdownDescription": "Whether to send an UnindexedProject notification to the client.",
1561
-
"default": false,
1562
-
"type": "boolean"
1563
-
},
1564
1551
"rust-analyzer.numThreads": {
1565
1552
"markdownDescription": "How many worker threads in the main loop. The default `null` means to pick automatically.",
0 commit comments