Feature Request
In multi-root VS Code workspaces, Claude Code only scans the first/primary
workspace folder for claude config such as claude.md, .mcp.json, commands. This makes it unnecessarily hard to configure
Claude in multi-root setups.
Proposed behavior
Claude Code should scan for Claude config in:
- All workspace folders listed in the
.code-workspace file (not just the first)
- The directory containing the
.code-workspace file itself
- User-level
~/.claude/.mcp.json (currently also not supported in the VS Code extension)
Current behavior
Only the first workspace folder root is scanned. This forces users to place Claude config
in a specific folder that may not be the most logical location
for their project structure.
Environment
- Claude Code VS Code extension
- Multi-root workspace
Feature Request
In multi-root VS Code workspaces, Claude Code only scans the first/primary
workspace folder for claude config such as claude.md,
.mcp.json, commands. This makes it unnecessarily hard to configureClaude in multi-root setups.
Proposed behavior
Claude Code should scan for Claude config in:
.code-workspacefile (not just the first).code-workspacefile itself~/.claude/.mcp.json(currently also not supported in the VS Code extension)Current behavior
Only the first workspace folder root is scanned. This forces users to place Claude config
in a specific folder that may not be the most logical location
for their project structure.
Environment