-
Notifications
You must be signed in to change notification settings - Fork 517
Closed
Labels
Milestone
Description
We should be loading files lazily. That is, not until the file has been opened and the editor focussed. In logs attached to #3289, it appears that we might be recursively parsing every .ps1
file, which would cause a large performance penalty. As a relatively new maintainer I am not sure how we do this, and would like to thoroughly investigate.