Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to reference variable name from Intellisense #81

Open
murdockcrc opened this issue Feb 24, 2021 · 0 comments
Open

How to reference variable name from Intellisense #81

murdockcrc opened this issue Feb 24, 2021 · 0 comments

Comments

@murdockcrc
Copy link

murdockcrc commented Feb 24, 2021

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.

@murdockcrc murdockcrc changed the title How to reference variable name for execution in Terminal How to reference variable name from Intellisense Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant