Closed
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues to ensure it has not already been reported.
Summary
I would like to be able to ignore certain folders from being used by CodeLens, References, and so on.
During the building of my module, I often have additional folders called Releases or Artifacts where I push built modules. Sometimes it's just one version, sometimes 50 last version and this affects some things:
- It slows down PowerShell Features
- It's picked up by references
- Jumping to function often jumps to built code rather than to the "expected" function.
When excluded those PS1 files would be skipped and would improve general performance.
Proposed Design
Some option in JSON to exclude $PSScriptRoot\Artifacts or $PSScriptRoot\Releases