You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like, possibly because there's a large number of icons that are individually importable (and each have their own .d.ts file) TypeScript's language server is stuck doing lots of work — including synchronous I/O:
It's also doing duplicate work because we have multiple exports keys with different paths that point to the same source files — which we added for backwards compatibility.
Same in a nextjs project. Tried zed as well and its super slow. Had to manually remove packages one by one to narrow it down to heroicons being the issue.
I am using remix.run and the IntelliSense becomes super slow the moment i install the
heroicons
packagesi have created a very basic test repo https://github.com/khanakia/testremix
NOTE: the moment I uninstall the
"@heroicons/react": "^2.1.3"
package vscode autocomplete becomes fast againScreen.Recording.2024-05-09.at.5.48.44.PM.mov
The text was updated successfully, but these errors were encountered: