You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extending Rulesets with local filepath will not refresh validation when you only work in the ruleset that is being extended.
To Reproduce
Make the main .spectral.yml like so:
extends:
- .spectral.ruleset.bank.yml
Edit only your .spectral.ruleset.bank.yml. after making the main .spectral.yml file. You will see no impact on the files that it's validating. Only when you force a change to .spectral.yml again, then it updates and validates with the changes.
Expected behavior
For local extends, it should monitor all files and update accordingly.
Environment:
Extension version: 1.1.4
VS Code version: 1.96
Operating System: Windows 11
The text was updated successfully, but these errors were encountered:
Describe the bug
Extending Rulesets with local filepath will not refresh validation when you only work in the ruleset that is being extended.
To Reproduce
Make the main
.spectral.yml
like so:Edit only your
.spectral.ruleset.bank.yml
. after making the main.spectral.yml
file. You will see no impact on the files that it's validating. Only when you force a change to.spectral.yml
again, then it updates and validates with the changes.Expected behavior
For local extends, it should monitor all files and update accordingly.
Environment:
The text was updated successfully, but these errors were encountered: