PowerShell/PowerShellEditorServices

[Performance] Improve/address file searching especially for large workspaces

SydneyhSmith opened this issue · 1 comments

There are significant performance impacts on projects with a large number of files in a workspace because of the way and frequency PSES searches through all of the files in a workspace

Fixed by #1917, @SeeminglyScience? Should only read files once + on change now.
And we can't affect VSCode-searching in general, right?