Skip to content

Add Categories and Repository properties to results from Get-VSCodeExtension#9

Description

@AjayKMehta

This module is already very useful but it would be even more amazing if Categories and Repository properties were added to the results returned from Get-VSCodeExtension 馃榾

Code is very simple and would be happy to submit a PR for this.

# Add to line 39 of Get-VSCodeExtension.ps1
'Categories'    = $PackageJson.Categories
'Repository'    = $PackageJson.Repository.Url

Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions