Ability to ignore certain folders from CodeLens or References #3884
Labels
Area-Configuration
Issue-Enhancement
A feature request (enhancement).
Resolution-Fixed
Will close automatically.
Milestone
Prerequisites
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:
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
The text was updated successfully, but these errors were encountered: