claude-code - 💡(How to fix) Fix [FEATURE] Add ability to update plugins in VS Code extension's Manage Plugins pop-up [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#52445Fetched 2026-04-24 06:07:04
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

Currently, there is no way for me to update plugins in the VS Code extension's Manage Plugins pop-up - I can disable/enable a given plugin and I can delete and re-install. I currently have to delete and re-install to force the latest version to be downloaded.

I do not want to resort to using the CLI as this is for employees at my company that use the VS Code extension exclusively.

Proposed Solution

Add a button for updating to latest version that would have the same functionality as Update now in CLI's /plugins

<img width="761" height="369" alt="Image" src="https://github.com/user-attachments/assets/87fac512-261f-49b0-a31d-707582a795dc" />

Alternative Solutions

No response

Priority

High - Significant impact on productivity

Feature Category

Configuration and settings

Use Case Example

We have an internal marketplace of plugins for our company. Whenever I make changes to the plugin I manage, I want to release it and have the less technical teammates that use it have an easy way of updating their local copy without having to rely on CLI.

Additional Context

No response

extent analysis

TL;DR

Add an "Update to latest version" button in the VS Code extension's Manage Plugins pop-up to simplify the update process for users.

Guidance

  • Consider implementing a button with the same functionality as the "Update now" command in the CLI, as proposed in the issue.
  • Verify that the update mechanism can handle version checks and downloads without requiring CLI interaction.
  • Evaluate the feasibility of integrating the update feature into the existing Manage Plugins pop-up, ensuring a seamless user experience.
  • Assess potential compatibility issues with different plugin versions and the VS Code extension.

Example

No code snippet is provided due to the lack of technical implementation details in the issue.

Notes

The solution relies on the assumption that the VS Code extension's architecture allows for the integration of an update mechanism. Additional technical details, such as API endpoints or plugin version management, may be necessary to implement the proposed solution.

Recommendation

Apply workaround: Implement the proposed "Update to latest version" button in the Manage Plugins pop-up, as it directly addresses the user's need for a simple update process without relying on the CLI.

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