microsoft/vscode-azurecli

Is there a preferred terminal to run CLI commands in?

bdelaney opened this issue · 1 comments

I notice bash in the example you show. I sometimes see cmd, sometimes powershell, sometimes python when I use the extension to 'run line in terminal.'
Does it matter?

@bdelaney you can configure VS Code to run different shells in the terminal (e.g. cmd or powershell on windows, bash or zsh on Mac, etc.). Run line in terminal simply takes the line and pipes it to the terminal, as if you typed it in yourself. As long as you have the Azure CLI installed and have access to it on the path from the terminal then you should be fine.