claude-code - 💡(How to fix) Fix [FEATURE] Ability to customize the launch command for Claude Code for VS Code [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#54238Fetched 2026-04-29 06:32:37
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

I use a custom alias (ccr code) for launching Claude Code in my workflow to better manage multiple environments and configurations. Currently, the VS Code extension hardcodes the launch command to claude, which means I cannot use my custom alias or alternative commands to start Claude Code from within the editor. This forces me to launch Claude Code manually from the terminal every time I want to use my preferred command, breaking my integrated workflow and preventing me from using the extension’s built-in launch functionality with my setup. I need the extension to support a configurable launch command so I can use aliases like ccr code instead of being limited to the hardcoded claude command.

Proposed Solution

I’d like the VS Code extension to support a customizable launch command that users can configure via VS Code settings, replacing the current hardcoded claude command. The ideal workflow would work like this: In VS Code Settings, I could search for a new option like Claude Code: Launch Command I’d enter my preferred command, such as ccr code (or any other alias/custom launch command) When I use the extension’s built-in "Launch Claude Code" action, it would run my configured command instead of the hardcoded claude The extension would automatically pass the current workspace path as an argument to my custom command, just like it does with the default command If no custom command is set, it would fall back to the default claude command to maintain backward compatibility This would let me use my custom alias directly from within VS Code, without having to switch to the terminal every time.

Alternative Solutions

No response

Priority

Critical - Blocking my work

Feature Category

Configuration and settings

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

The VS Code extension for Claude Code needs to support a configurable launch command to allow users to use custom aliases or alternative commands.

Guidance

  • The extension currently hardcodes the launch command to "claude", which limits users to this specific command.
  • To resolve this, the extension could introduce a new setting in VS Code, such as "Claude Code: Launch Command", where users can input their preferred command.
  • The extension should pass the current workspace path as an argument to the custom command, maintaining the existing functionality.
  • A fallback to the default "claude" command should be implemented if no custom command is set, ensuring backward compatibility.

Example

No code snippet is provided as the issue focuses on the requirement for a configurable launch command rather than a specific code implementation.

Notes

The solution requires modifications to the VS Code extension for Claude Code, specifically adding a configurable setting for the launch command and handling the custom command execution.

Recommendation

Apply workaround: Introduce a new setting in the VS Code extension to allow users to configure their preferred launch command, ensuring flexibility and compatibility with custom aliases.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING