-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to exclude stylus-supremacy [vs-code] to autofix files #23
Comments
May I see your whole stylintrc file? |
|
What if a user manually run Format Document on the file that is in ignored pattern? |
Hmm, I guess it's all or nothing. I cannot make the ignored ( |
Starting from Stylus Supremacy v2.9.0, it recognizes Cheers! |
This is great. Thanks! |
Using .stylintrc with the following exclude property doesn't ignore the autofix when saving the file.
{ "exclude": ["vendor/assets/style/variables/**/*"] }
Is there any other way to ignore autofix files when open and saving them?
Also using the built-in
editor.formatOnSave
setting, maybe it's not possible?The text was updated successfully, but these errors were encountered: