Skip to content

Install Visual Studio Extension #8

Description

Is your feature request related to a problem? Please describe.
I would like to have my VS extensions installed when I receive my Dev Box

Describe the solution you'd like
As a user, I should be able to:

  1. specify a list of extensions (extension version optional) that ought to be installed on my Dev Box, using a list of packageNames from the VS marketplace
setupTasks:

 - task: install-vs-extension
    inputs:
      extension: "packageName@version"

For v1, we will NOT support path to json exports of extensions

 - task: install-vs-extension
    inputs:
      extensions: "/path/to/vsixt"

Activity

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions