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: package.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -855,6 +855,13 @@
855
855
"title": "Editing Features",
856
856
"type": "object",
857
857
"properties": {
858
+
"d.enableIndex": {
859
+
"order": 0,
860
+
"type": "boolean",
861
+
"scope": "resource",
862
+
"default": true,
863
+
"markdownDescription": "Enable cached background indexing that is used for find references and auto-import suggestions in completion and code actions."
0 commit comments