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"
]
"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
Issues · drizzle-team/drizzle-orm
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
2 Replies
Angelelz
Angelelz12mo ago
Have you used the latest? 0.28.3 had issues fixed after 0.28.6
FreeLine
FreeLineOP12mo ago
I was already using latest (0.29.3) when discovering the issue. Currently using that with the exclude setting
Want results from more Discord servers?
Add your server