add function to download and install vsix

This commit is contained in:
Mikhail Timofeev
2020-03-11 14:17:58 +03:00
parent 9bc9285a02
commit 63c8c9c587
4 changed files with 74 additions and 79 deletions

View File

@@ -18,5 +18,6 @@ Export-ModuleMember -Function @(
'Add-SoftwareDetailsToMarkdown'
'Stop-SvcWithErrHandling'
'Set-SvcWithErrHandling'
'Install-VsixExtension'
'Get-VS19ExtensionVersion'
)