A PowerShell PackageManagement provider for Visual Studio Code.
Branch | Windows | Linux / OSX |
---|---|---|
develop | ||
master |
Import-PackageProvider .\VisualStudioCode.psm1
Register-PackageSource -ProviderName VisualStudioCode `
-Location "https://marketplace.visualstudio.com/_apis/public/gallery" `
-Name "VisualStudioMarketplace" -Trusted
- akamac for the GitLab provider
- Doug Finke for PSMatcher, from which I borrowed Travis and AppVeyor configurations