pmneo / ts-importer

MIT License
73 stars 8 forks source link

High CPU loading after VSCode update to v.1.31.1 #52

Closed ArtemZag closed 2 years ago

ArtemZag commented 5 years ago

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)

marco4net commented 5 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

pmneo commented 5 years ago

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?

pmneo commented 2 years ago

No infos