Skip to content

Commit f33d5e3

Browse files
committed
add d.enableIndex user setting
1 parent ad4a9ad commit f33d5e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,13 @@
855855
"title": "Editing Features",
856856
"type": "object",
857857
"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."
864+
},
858865
"d.enableDMDImportTiming": {
859866
"type": "boolean",
860867
"scope": "resource",

0 commit comments

Comments
 (0)