microsoft / vscode-azurecli

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

--name completions failing #10

Closed chrisdias closed 6 years ago

chrisdias commented 7 years ago

Insiders 1.13.0-insiders Windows 10

D:\src\myExpApp>az --version
azure-cli (2.0.6)
az login
az group create --name myResourceGroup --location westus
az configure --defaults group=myResourceGroup location=westus
az appservice plan create --name myPlan --sku F1
az webapp create --name myexpressapp-cdias --plan myplan
az webapp browse --name <press ctrl+space>

Result: never get completions for --name parameter with a list of sites to browse I verified that az interactive gives me this information.

image

chrmarti commented 6 years ago

Works for me on Windows 10 with the latest. Please reopen if this is still an issue.