Daivy

Results 12 comments of Daivy

You can download the vsix via API. example with powershell: ``` powershell $extensionId = "Deltin.overwatch-script-to-workshop" $publisher, $name = $extensionId -split '\.' $downloadUrl = "https://$publisher.gallery.vsassets.io/_apis/public/gallery/publisher/$publisher/extension/$name/latest/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage" Invoke-WebRequest -Uri $downloadUrl -OutFile "$name.vsix" -UseBasicParsing...

@ItsDeltin could you close this issue since solution is provided.