claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] Cannot disable vscode extension when using vscode terminal, reinstalls.

Open dopper opened this issue 7 months ago • 1 comments

Environment

  • Platform (select one):
    • [x] Anthropic API
    • [ ] AWS Bedrock
    • [ ] Google Vertex AI
    • [ ] Other:
  • Claude CLI version: N/A
  • Operating System: macOS latest
  • Terminal: vscode terminal

Bug Description

When running Claude Code in one or more terminals across multiple editors, the vscode extension is a hinderance. Is there a way to permanently disable this? It reinstalls itself and updates every session.

Steps to Reproduce

Start Claude Code in vscode terminal, extension installed/enabled, can't keep uninstalled/disabled.

Expected Behavior

If I uninstall extension is does not automatically choose install for me.

Actual Behavior

Extension reinstall upon new claude sessions.

Additional Context

dopper avatar May 23 '25 23:05 dopper

We'll add a setting for this but in the meantime you can use /config to make it so that the diff view doesn't use the extension if you'd like.

igorkofman avatar May 23 '25 23:05 igorkofman

How can I uninstall this on windows?!? (after installing from install script). I tried to delete it from everywhere and it still tries to open vscode.

eyalk5 avatar Aug 21 '25 07:08 eyalk5

Hi is there any way to achieve this ? - I want to disable this option - how do I do it

abhishekslab avatar Nov 11 '25 19:11 abhishekslab

/statusConfigAuto-connect to IDE: false

nskalis avatar Nov 12 '25 13:11 nskalis

/statusConfigAuto-connect to IDE: false

That only disconnects the current session. even if you uninstall the extension, it'll automatically re-install on the next session.

alberduris avatar Nov 21 '25 10:11 alberduris