Visual Studio Code – VSCode show errors in editor from vue-tsc
I have a Vue3 app and using VSCode. Using the npm run type-check command will show me the vue-tsc errors. I'm trying to find a way to show these errors in VSCode, like eslint does. Does anybody know if this…