fix(vscode): remove duplicate command contribution - #13191
Open
Totoro-qaq wants to merge 1 commit into
Open
Conversation
Author
|
I have read the CLA Document and I hereby sign the CLA |
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
CI note: the code-related checks are green (lint, Prettier, VS Code checks, core/gui/binary/package checks, and all Node test matrices). The remaining failures are runner/network infrastructure:
A maintainer rerun should clear these; GitHub does not allow fork contributors to rerun the upstream jobs. |
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.
Description
Fixes #13158.
The VS Code manifest contributed
continue.focusContinueInputtwice, giving it 38 command entries but only 37 unique command IDs. This removes the duplicate contribution, keeps the canonical Focus Continue Chat title, and adds a manifest regression test that rejects duplicate command identifiers.This prevents VS Code from receiving two registrations for the same Continue command during extension startup, including in WSL extension hosts.
AI Code Review
@continue-reviewChecklist
Screen recording or screenshot
Not applicable — this fixes extension manifest metadata and does not change the UI.
Tests
npm test(7 files, 87 tests passed)npm run tsc:checknpm run lint(0 errors)../../node_modules/.bin/prettier --check package.json src/packageManifest.vitest.tsgit diff --check