action: async()

in vscode-extension/src/extension.ts [126:129]


                action: async () => {
                    const getPSUri = vscode.Uri.parse("https://docs.microsoft.com/en-us/powershell/azure/quickstart-migrate-azurerm-to-az-automatically");
                    vscode.env.openExternal(getPSUri);
                },