What is the current behavior?
Yarn is not respecting the exclusion of duplicated files defined in .yarnproject. Files that should be excluded are still being picked up by the vscode extension.
Please provide the steps to reproduce, and if possible a minimal demo of the problem:
What is the expected behavior?
Files matching **/src/narrative/**/*.yarn should be excluded and not included or duplicated in the project scan.
Please tell us about your environment
- Operating System: Windows 11
- Yarn Spinner Version: -
- Extension Version: 3.0.463
- Unity Version: -
Other information
The project had a nonameproject.yarnproject, but I tried to rename it just for .yarnproject, and reload the vscode window, but the same issue persists with both names.
Add tags
Tags: Vscode
What is the current behavior?
Yarn is not respecting the exclusion of duplicated files defined in
.yarnproject. Files that should be excluded are still being picked up by the vscode extension.Please provide the steps to reproduce, and if possible a minimal demo of the problem:
What is the expected behavior?
Files matching
**/src/narrative/**/*.yarnshould be excluded and not included or duplicated in the project scan.Please tell us about your environment
Other information
The project had a
nonameproject.yarnproject, but I tried to rename it just for.yarnproject, and reload the vscode window, but the same issue persists with both names.Add tags
Tags: Vscode