Add "Open Extension Management in Browser" command#55
Draft
Copilot wants to merge 2 commits into
Draft
Conversation
Agent-Logs-Url: https://github.com/CompN3rd/ADOExt/sessions/014cb324-bbe8-46b5-b079-f5633ae5c591 Co-authored-by: CompN3rd <1405794+CompN3rd@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Evaluate Gallery and Extension Management APIs for ADOExt
Add "Open Extension Management in Browser" command
May 8, 2026
Owner
|
This PR is being put on the backburner and is not planned to be merged at this point. |
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.
Captures the outcome of the Gallery/Extension Management API evaluation: low fit for ADOExt, no full integration, but a lightweight browser-link command is the right minimal surface.
Changes
src/commands/accountCommands.ts— newopenExtensionManagement(config)handler: resolves configured orgs, prompts a QuickPick when >1 org is selected, then openshttps://dev.azure.com/{org}/_settings/extensionsin the browser. No API calls.src/extension.ts— imports and registersadoext.openExtensionManagement.package.json— command contribution with$(extensions)icon; patch version bump to 1.6.2.README.md/CHANGELOG.md— document the new command.Deliberately keeps this read-only, command-palette-only, and browser-delegated — no sidebar view, no Gallery/Extension Management API usage — consistent with the issue's acceptance criteria.