microsoft / vscode-azureresourcegroups

VS Code extension for managing Azure resources.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups
MIT License
52 stars 28 forks source link

Consolidate login, logout, and selectSub commands #644

Closed nturinski closed 1 year ago

nturinski commented 1 year ago

Fixes the bug Alex mentioned in triage where sub filter was grayed out on desktop.

Also removed duplicate commands because the treeDataProvider handles that for us now.

If I don't have the conditions for the logIn and logOut commands to show up in the command palette, we'll get double in VS Code desktop due to the Azure Account extension also contributing commands.