Added ability to output extension info to clipboard#56514
Merged
ramya-rao-a merged 4 commits intomicrosoft:masterfrom Nov 2, 2018
Merged
Added ability to output extension info to clipboard#56514ramya-rao-a merged 4 commits intomicrosoft:masterfrom
ramya-rao-a merged 4 commits intomicrosoft:masterfrom
Conversation
This was referenced Oct 15, 2018
ramya-rao-a
approved these changes
Nov 2, 2018
Contributor
ramya-rao-a
left a comment
There was a problem hiding this comment.
I have pushed a commit to include the display name of the extension as well
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
(2nd PR for this. #54433 was closed due to a messy git merge on my end)
Implements #47296
I added an action to the extensions actions cog to copy a chunk of metadata from an extension to the clipboard.
The copied text includes: id, description, version, publisher, and marketplace link.
This also could be useful so if a user has a bug with an extension, they could copy this into an issue and the extension maintainer could know some metadata like the extension version when they're trying to debug an issue.