Manifests/MicrosoftAzureDataStudio.json
{ "Name": "Microsoft Azure Data Studio", "Source": "https://docs.microsoft.com/en-us/sql/azure-data-studio/", "Get": { "Update": { "Version": { "Uri": "https://raw.githubusercontent.com/microsoft/azuredatastudio/main/product.json", "Property": "commit" }, "Uri": "https://azuredatastudio-update.azurewebsites.net/api/update", "Platform": [ "win32-x64", "win32-x64-user" ], "Channel": [ "Insider", "Stable" ], "ReplaceText": "-insider" } }, "Install": { "Setup": "VSCode*.exe", "Physical": { "Arguments": "/silent /mergetasks='!runcode,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath'", "PostInstall": [] }, "Virtual": { "Arguments": "/silent /mergetasks='!runcode,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath'", "PostInstall": [] } } } |