Slow IntelliSense in Visual Studio Code

After finding out that
drizzle-orm
causes significant performance issues with IntelliSense and TypeScript, I found https://github.com/drizzle-team/drizzle-orm/issues/800. I was using
0.29.3
and installing
0.28.0
fixes the issue. It did not re-appear until
0.28.3
. Adding
"typescript.preferences.autoImportFileExcludePatterns": [
  "**/node_modules/drizzle-orm"
]
to VS Code settings improved the performance drastically, but still not as fast as using a version between
0.28.0
and
0.28.2
. Anyone else experienced this, or have an alternative fix (should I open an issue)?
GitHub
Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
  • Issues · drizzle-team/drizzle-orm
Was this page helpful?