microsoft / microsoft/devcenter-catalog

Install Visual Studio Extension

Open
#8 7 comments 0 reactions 1 assignee View on GitHub

@jmatthiesen is already working on this.

Since Apr 25, 2023.

P3
Dominant language
PowerShell
Stars
52
Forks
194
Avg merge
16h 53m
Merged PRs (30d)
1

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"

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.