Skip to content

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

@AjayKMehta

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.

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