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
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2224,16 +2224,6 @@
2224
2224
}
2225
2225
}
2226
2226
},
2227
-
{
2228
-
"title": "notifications",
2229
-
"properties": {
2230
-
"rust-analyzer.notifications.unindexedProject": {
2231
-
"markdownDescription": "Whether to send an UnindexedProject notification to the client.",
2232
-
"default": false,
2233
-
"type": "boolean"
2234
-
}
2235
-
}
2236
-
},
2237
2227
{
2238
2228
"title": "general",
2239
2229
"properties": {
@@ -2538,6 +2528,22 @@
2538
2528
}
2539
2529
}
2540
2530
},
2531
+
{
2532
+
"title": "workspace",
2533
+
"properties": {
2534
+
"rust-analyzer.workspace.discoverCommand": {
2535
+
"markdownDescription": "Enables automatic discovery of projects using the discoverCommand.\n\nSetting this command will result in rust-analyzer starting indexing\nonly once a Rust file has been opened.",
0 commit comments