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-11
Original file line number
Diff line number
Diff line change
@@ -979,17 +979,6 @@
979
979
"type": "string"
980
980
}
981
981
},
982
-
"rust-analyzer.discoverCommand": {
983
-
"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.",
984
-
"default": null,
985
-
"type": [
986
-
"null",
987
-
"array"
988
-
],
989
-
"items": {
990
-
"type": "string"
991
-
}
992
-
},
993
982
"rust-analyzer.files.excludeDirs": {
994
983
"markdownDescription": "These directories will be ignored by rust-analyzer. They are\nrelative to the workspace root, and globs are not supported. You may\nalso need to add the folders to Code's `files.watcherExclude`.",
995
984
"default": [],
@@ -1711,6 +1700,17 @@
1711
1700
"default": false,
1712
1701
"type": "boolean"
1713
1702
},
1703
+
"rust-analyzer.workspace.discoverCommand": {
1704
+
"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.",
1705
+
"default": null,
1706
+
"type": [
1707
+
"null",
1708
+
"array"
1709
+
],
1710
+
"items": {
1711
+
"type": "string"
1712
+
}
1713
+
},
1714
1714
"rust-analyzer.workspace.symbol.search.kind": {
1715
1715
"markdownDescription": "Workspace symbol search kind.",
0 commit comments