microsoft / vscode-azurecli

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

How to reference variable name from Intellisense #81

Open murdockcrc opened 3 years ago

murdockcrc commented 3 years ago

Not sure what I missed here, but if I execute this line in the terminal from the scrapbook:

subscriptionId=xxxxxx-48aa-4fa8-b535-af40e0000207

And then execute this one too:

az account set -s $subscriptionId

The terminal shows that the following command was executed:

az account set -s $subscriptionId

The extension does not provide Intellisense for autocompleting the name of the variable I want to reference. I was wondering if this is expected or if something is not working properly with my extension.