microsoft / vscode-deploy-azure

VS code extension: Deploy To Azure, which helps set up CI/CD for deployment to Azure Resources.
MIT License
18 stars 19 forks source link

Fix session undefined bug #141

Closed vineetmimrot closed 4 years ago

vineetmimrot commented 4 years ago

After the Azure Login, from the investigation I found that it takes time to update the subscription list. So I have added timeout for the same.

The bug is reproducible by:

  1. Do Azure signout
  2. Remove Deploy to Azure and Azure Account extension.
  3. Install Deploy to Azure extension.
  4. Try to setup pipeline, for the first time you will hit "session" is undefined. Though from second time onwards things work fine.
vineetmimrot commented 4 years ago

https://github.com/microsoft/vscode-deploy-azure/issues/137

vineetmimrot commented 4 years ago

Raised issue https://github.com/microsoft/vscode-azure-account/issues/210