TypeStrong / atom-typescript

The only TypeScript package you will ever need
https://atom.io/packages/atom-typescript
MIT License
1.13k stars 205 forks source link

Clarify "Show problems for project" config #1555

Closed aminya closed 4 years ago

aminya commented 4 years ago

One of the reasons that my editor slowed in #1554 was that I had enabled this option. I added a warning so people know about it. I recommend adding a tool-bar button for this command instead of tracking the atom file saving.

This can be a huge lag for big projects. On each keyboard stroke: 800ms for Atom, and 200ms for atom-typescript itself.

lierdakil commented 4 years ago

I've cherry-picked d5dde73 into v13.9.2, albeit I've changed the wording a little. I really don't want to annoy users with pop-ups. Those who want to, will read the changelog anyway. Those who don't, won't read the pop-up either and will get annoyed.