microsoft / vscode-azureresourcegroups

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

Organize workspace commands into submenus for each resource type #673

Open alexweininger opened 1 year ago

alexweininger commented 1 year ago

As more Azure extensions integrate with the workspace view and add commands to the workspace view title, it is getting crowded.

MicrosoftTeams-image (4)

Instead of putting all commands on the view title. We want to organize the commands by having a single command on the title bar for each resource type. These commands will either bring up submenus or quick picks to select a command to run.

Submenus:

image

Quick picks:

image