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
+5
Original file line number
Diff line number
Diff line change
@@ -626,6 +626,11 @@
626
626
"default": true,
627
627
"description": "Displays a code lens above function definitions showing the number of times the function is referenced in the workspace. Large workspaces should disable this setting due to high performance impact."
628
628
},
629
+
"powershell.analyzeOpenDocumentsOnly": {
630
+
"type": "boolean",
631
+
"default": false,
632
+
"description": "Only search for references within open documents. Enable this in large workspaces if memory is limited."
0 commit comments