[DOCS] VS Code integration docs missing `vscode://anthropic.claude-code/open` URI handler
Documentation Type
Missing documentation (feature not documented)
Documentation Location
https://code.claude.com/docs/en/vs-code
Section/Topic
Programmatic opening of Claude Code tabs in VS Code via URI handler.
Current Documentation
The VS Code docs describe interactive opening methods such as:
Activity Bar: click the Spark icon ... Command Palette: ... select an option like "Open in New Tab" * Status Bar: click ✱ Claude Code ...
No URI-based launch method is documented.
What's Wrong or Missing?
Release v2.1.72 added a vscode://anthropic.claude-code/open URI handler with optional prompt and session query parameters to open Claude Code tabs programmatically.
Current VS Code docs only cover manual UI entry points, so automation and extension-integration workflows cannot discover this capability.
Suggested Improvement
Add a short "Programmatic launch" section in VS Code docs with:
- URI format:
vscode://anthropic.claude-code/open - Supported query parameters (
prompt,session) with examples - Behavior notes (for example, opens a new Claude Code tab)
Impact
Medium - Makes feature difficult to understand
Additional Context
Affected Pages:
| Page | Line(s) | Context |
|------|---------|---------|
| https://code.claude.com/docs/en/vs-code | 49-53 | Documents manual open flows only; no URI handler docs |
| https://code.claude.com/docs/en/ide-integrations | 49-53 | Same VS Code integration content mirror, also missing URI handler |
Total scope: 2 pages affected
Source: Release v2.1.72
- VSCode: Added
vscode://anthropic.claude-code/openURI handler to open a new Claude Code tab programmatically, with optionalpromptandsessionquery parameters
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗