Feature request: Limit rename selector in templates to VSCode's current workspace multi-folder root
tomwhite007 opened this issue · 0 comments
tomwhite007 commented
Is your feature request related to a problem? Please describe.
VS Code is able to open multiple project folders inside a VS Code Workspace. The Renamer process currently will change all selectors in all open folders, including projects that may have the same named component.
Describe the solution you'd like
Filter out project folders that don't contain the component being renamed so that selector changes only apply to the current project folder.