-
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
Only run on save? #66
Comments
I don't quite fully understand you. Would you mind uploading a GIF/video, please? |
What's your VS Code settings? Did you have some sort of format when type turned on? |
It's all default settings, I didn't change it. I just want to be able to add new lines to write the code and then format it when saving |
When |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got some invalid stylus in my file, but the editor won't let me fix it at all which is super frustrating...
.ml1 margin-left: 1em.ml2 margin-left: 2em, .my0
margin-top 0;
margin-bottom 0;
If I try to put a newline after the first "1em" it immediately adds a comma and moves it back up to that line.
Is there any way to run the fixer only on save? Or not run when there's linter errors? I'm having to set the code type to another language to do edits now then put it back to stylus when I'm fairly sure it won't wrestle with me.
The text was updated successfully, but these errors were encountered: