FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Claude Code VS Code extension freezes with multiple chat tabs? Workaround for Windows
How-ToTools

Claude Code VS Code extension freezes with multiple chat tabs? Workaround for Windows

via Dev.toAlexis1mo ago

If your Claude Code extension hangs/freezes when running multiple agents, then I feel your pain. The root cause appears to be multiple claude.exe processes fighting over ~/.claude.json with no file locking. Anthropic knows, the 2.0.61 changelog literally says: 2.0.61 Reverted VSCode support for multiple terminal clients due to responsiveness issues. They added multi-tab support, claim it broke, and they reverted it. Multiple tabs used to work fine for me before 2.0.61, now newer versions freeze constantly. Workaround: pin to 2.0.60 Install 2.0.60 from the VSIX and disable auto-update. This is the last version before the multi-client changes landed. Next problem: 2.0.60 has claude-opus-4-5-20251101 hardcoded and doesn't recognize Opus 4.6. Fix: patch the binary Close VS Code completely, then run in PowerShell: # Back up first $dir = " $ env : USERPROFILE \.vscode\extensions\anthropic.claude-code-2.0.60-win32-x64\resources\native-binary" Copy-Item " $dir \claude.exe" " $dir \claude.exe.b

Continue reading on Dev.to

Opens in a new tab

Read Full Article
43 views

Related Articles

What You Need to Know About Building an Outdoor Sauna (2026)
How-To

What You Need to Know About Building an Outdoor Sauna (2026)

Wired • 4h ago

The Boring Skills That Make Developers Unstoppable in 2026
How-To

The Boring Skills That Make Developers Unstoppable in 2026

Medium Programming • 9h ago

I Installed This VS Code Extension… and My Code Got Instantly Better
How-To

I Installed This VS Code Extension… and My Code Got Instantly Better

Medium Programming • 10h ago

The Age of Personalized Software
How-To

The Age of Personalized Software

Medium Programming • 12h ago

Automating Checkout Add-On Recommendations in WordPress for WooCommerce
How-To

Automating Checkout Add-On Recommendations in WordPress for WooCommerce

Dev.to • 12h ago

Discover More Articles