fix: VS Code extension polish, Marketplace publishing, and CI fixes#14
Merged
Conversation
yayuyokitano/firefox-addon has no v1.0.0 tag — only alpha releases. Update to v0.0.6-alpha (latest available). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace yayuyokitano/firefox-addon (only has alpha releases) with trmcnvn/firefox-addon@v1 which is actively maintained and has a stable release tag. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Follow-up fixes after the initial VS Code extension PR (#13) was merged.
handleMessagepipeline (annotateOidc, detectDpop, detectPar, well-known discovery) instead of rawbuildNetworkEventdevtools://pages from target discovery so the extension connects to the actual web pagevscepackaging setuptrmcnvn/firefox-addon@v1for AMO publishingprivate: trueto prevent accidental npm publish (vsce ignores this)Changes
packages/vscode-extension/src/extension.ts— usehandleMessage+EventStoreInMemoryfor full annotation pipelinepackages/vscode-extension/src/cdp/target-discovery.ts— filter tohttp:///https://targets onlypackages/vscode-extension/package.json— publisher, icon, keywords, vsce scripts, private flagpackages/vscode-extension/.vscode/— launch.json for Extension Development Host.github/workflows/*.yml— fix firefox-addon action version.changeset/vscode-extension.md— changeset for the extractionTest plan
.vsixpackages and uploads to Marketplace successfully🤖 Generated with Claude Code