can continue after login to Azure (#126)

This commit is contained in:
Sheng Chen 2018-02-28 11:51:00 +08:00 коммит произвёл GitHub
Родитель d715c454d3
Коммит 07301773a4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -52,7 +52,10 @@ export async function openCloudConsole(api: AzureAccount, subscription: AzureSub
// Loging in to Azure using the azure account extension
if (!(await api.waitForLogin())) {
progress.cancel();
return commands.executeCommand("azure-account.askForLogin");
await commands.executeCommand("azure-account.askForLogin");
if (!(await api.waitForLogin())) {
return;
}
}
// Getting the tokens for the session