tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
482 stars 38 forks source link

Performance issue indexing large monorepo project #157

Closed btakita closed 3 years ago

btakita commented 4 years ago

I vaguely remember that after upgrading to 0.13.0, a large monorepo project using yarn + lerna took > 1 minute to load. After switching to pnpm + @microsoft/rush, Webstorm hangs & does not load the project. kill -9 $WEBSTORM_PID is needed to kill the webstorm process.

Please see https://youtrack.jetbrains.com/issue/WEB-47460

tomblachut commented 4 years ago

Would be nice to get some repro project, hard to tell anything without that.