Closed ArtemZag closed 2 years ago
Not sure if it's the same issue, but for me VSCode becomes extremely slow to respond when typing almost anything in a TS file. Removing the extension resolves the issue.
When the issue happens, the console log is flooded with thousands of repetitive entries: [Extension Host] INVALID text edit -> must have at least a label
I am using my extension with VSCode 1.32.3 and Typescript 3.4.1 with a very large Project ( more than 4000 symbols ) without any issues.
Can anyone provide a sample project which causes the high load?
No infos
After updating VSCode to the last version the ts-importer extension became absolutely unusable. As soon as I enter several symbols in my *.ts file the CPU gets 100% loaded. (after extension disabling things get normal again)