[IMP] runbot_attach_vscode: auto-open Claude Code in the panel on startup (task #67684)#55
Open
vib-adhoc wants to merge 1 commit into
Open
[IMP] runbot_attach_vscode: auto-open Claude Code in the panel on startup (task #67684)#55vib-adhoc wants to merge 1 commit into
vib-adhoc wants to merge 1 commit into
Conversation
…rtup (task #67684)
8cc336d to
a138027
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Qué hace
Al abrir el VS Code web, abre automáticamente la extensión Claude Code en el panel inferior.
Como una
viewde extensión (no-chat) no tiene setting nativo de "abrir al iniciar", se suma la extensiónsynedra.auto-run-command(disponible en Open VSX) y se configura para disparar el comando de apertura al arrancar:claudeCode.preferredLocation: panelauto-run-command.rules→{condition: always, command: claude-vscode.editor.openLast}editor.openLastes la acción canónica "Open Claude Code" del extension (la del botón ✻ de la status bar) y respetapreferredLocation, por eso abre en el panel.Estado / dependencia
Apilado sobre #54 — hasta que ese se mergee, este PR incluye también sus commits. Se separó del #54 a propósito porque el auto-open todavía está en validación.
Test plan
settings.jsonsembrado de cero).