Loading sessions hangs
Resolved 💬 3 comments Opened Mar 30, 2026 by martinslinde Closed Apr 3, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
- Works on v2.1.77, broken on v2.1.78+
- WSL2 Debian
- Extension host blocks for exactly 20s after Claude Code starts
- ExperimentalWarning: SQLite is an experimental feature in logs
- VS Code Server: cfbea10c5f
The SQLite warning is the likely smoking gun — something changed in how Claude Code uses Node.js's experimental SQLite between 2.1.77 and 2.1.78 that
breaks specifically on Debian (different libsqlite3 version or system library).
What Should Happen?
Claude code for VS coulde should load sessions and open
Error Messages/Logs
Loading sessions forever and not opening
Steps to Reproduce
- WSL2 Debian
- Extension host blocks for exactly 20s after Claude Code starts
- ExperimentalWarning: SQLite is an experimental feature in logs
- VS Code Server: cfbea10c5f
The SQLite warning is the likely smoking gun — something changed in how Claude Code uses Node.js's experimental SQLite between 2.1.77 and 2.1.78 that
breaks specifically on Debian (different libsqlite3 version or system library).
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.87
Platform
Anthropic API
Operating System
Ubuntu/Debian Linux
Terminal/Shell
Windows Terminal
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗