microsoft / vscode-azurecli

VS Code extension for the Azure CLI 2.0
MIT License
71 stars 47 forks source link

No completions on az webapp create --plan #20

Closed chrisdias closed 7 years ago

chrisdias commented 7 years ago

macos, insiders latest

create a new app service plan (actually run the commands):

az login
az account list -o table
az group create --name testazcli-rg --location westus
az appservice plan create --name testazcli-name --resource-group testazcli-rg --location westus --sku FREE 

Now try to get IntelliSense on the --plan:

az webapp create --name cdias-testazcli-site --plan 

result: no completions:

image

chrmarti commented 7 years ago

Works for me. Is there anything in the console?

chrmarti commented 7 years ago

This cleared after upgrading az, if I remember correctly. I have also improved error handling for when the Python scripts crashes.