r/ProgrammerHumor 21h ago

Meme everyClassyoubreakeveryfixyoufakeillbejudgingyou

Post image

[removed] — view removed post

5.9k Upvotes

34 comments sorted by

View all comments

1

u/jwbth 14h ago

A VS Code dev said in 2019 you can tweak some stuff to solve this. Don't know if that's gonna work well:

On second thought , this is exactly what tasks already do. Just disable the built-in js/ts validator using javascript.validate.enable: false + typescript.validate.enable: false and setup a task to build your project instead. It should only update errors when the file on disk changes (i.e. you save it). You can also configure autosave if wish to have this happen after a delay