Manifests/MicrosoftAzureDataStudio.json

{
    "Name": "Microsoft Azure Data Studio",
    "Source": "https://docs.microsoft.com/en-us/sql/azure-data-studio/",
    "Get": {
        "Update": {
            "Uri": "https://azuredatastudio-update.azurewebsites.net/api/update/#platform/#channel/latest",
            "Platform": [
                "win32-x64",
                "win32-x64-user"
            ],
            "Channel": [
                "Stable"
            ]
        }
    },
    "Install": {
        "Setup": "VSCode*.exe",
        "Physical": {
            "Arguments": "/silent /mergetasks='!runcode,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath'",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/silent /mergetasks='!runcode,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath'",
            "PostInstall": []
        }
    }
}