Claude VS Code Extension Broken on Windows After Hardcoded Linux Path in Recent Update

A Reddit user reported that the Claude VS Code extension is broken on Windows after a recent update pushed approximately 2 hours ago. The update hardcodes a Linux path into the extension, causing it to fail entirely on Windows and potentially other non-Linux operating systems. The user resolved the issue by downgrading the extension, stating that the previous version works correctly.
This appears to be an oversight in the extension's path handling, where a platform-specific path (likely using forward slashes or /home/ style) was not wrapped in a cross-platform abstraction. For developers using the Claude extension on Windows, the workaround is to downgrade to the prior version until Anthropic releases a fix. To downgrade, you can install a specific version via VS Code's extension menu: select the Claude extension, click the gear icon, choose 'Install Another Version...', and pick a version prior to the broken update.
This issue highlights the importance of testing cross-platform paths before shipping, especially for tools that invoke local executables or access filesystem resources. If you rely on Claude AI assistance within VS Code on Windows, avoid updating the extension for now or pin to a known working version.
📖 Read the full source: r/ClaudeAI
👀 See Also

Yann LeCun's AMI raises $1B for AI world models, challenges LLM approach
Yann LeCun's startup AMI raised over $1 billion to develop AI world models that understand the physical world, arguing LLMs alone won't achieve human-level intelligence. The company will build systems with persistent memory, reasoning, and planning capabilities for manufacturing, biomedical, and robotics applications.

Claude Skills vs. MCP: A Developer's Practical Boundary Question
A developer questions where MCP's value becomes decisive versus Claude Skills after the Skills release made tool integration reasoning harder, noting that well-structured instructions can often suffice without protocol boundaries.

EU forces Meta to let rival AI chatbots onto WhatsApp for free
EU regulators have ordered Meta to allow rival AI chatbots free access to WhatsApp data for integration, starting June 2026.

Claude-Code v2.1.108 adds prompt caching controls, recap feature, and slash command discovery
Claude-Code v2.1.108 introduces ENABLE_PROMPT_CACHING_1H and FORCE_PROMPT_CACHING_5M environment variables for cache TTL control, adds a session recap feature configurable via /config or /recap, and enables the model to discover built-in slash commands through the Skill tool.