FreeLine
FreeLine
DTDrizzle Team
Created by FreeLine on 1/2/2024 in #help
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)?
4 replies