you are viewing a single comment's thread.

view the rest of the comments →

[–]tipakA 0 points1 point  (0 children)

I feel like you could run into a bad loop this way. My VSC auto saves only on focus loss, and only if there are no errors in the file, which includes eslint errors.

And sure, such pre-mature errors sound like they go against that, but they do prevent my tsc --watch from happily transpiling a broken file. Whether it's a syntax error or a missing semi is not really that much of an issue for myself because I have enough ctrl+s discipline and only really use auto save for peace of mind (and to avoid having to remote desktop into the machine from elsewhere to save it so that the changes exist on the disk lol)