microsoft / microsoft/devcenter-catalog
Install Visual Studio Extension
Open
@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:
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.