Description
TypeScript Version: 3.8.0-dev.20191029
Search Terms: mui, material-ui, typescript, slow
Example Project
https://github.com/jdoklovic/mui-slowness
Expected behavior: Make a bad change to something in src/react/pages/Main.tsx autocomplete seems to be speedy, and error reporting should be too.
Actual behavior: Takes forever to see errors
Related Issues: #32085, #32229, #31817, #30908
Not exactly sure what's going on, but the error reporting in VS Code is super slow.
I've made sure I'm using specific named imports, and I've even forked MUI and mad all of the internal code so the same and removed things like import from '..' but it didn't seem to help.
Here's the output from tsserver logs which doesn't seem to contain anything that jumps out at me.
Also note, I'm using typescript-eslint with the VS Code ESLint extension, not tslint, but eslint seems to be pretty fast.