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

Support icons next to create commands in quick pick #735

Closed alexweininger closed 1 year ago

alexweininger commented 1 year ago

Added it to Functions to try out:

image
alexweininger commented 1 year ago

Should we have an iconPath property too so that client extensions can bring in their own icon as well? I guess since it's only for 'create azure resource' commands, we should theoretically have them already though.

I thought about that but I think specifying icon paths across extensions could be weird. I haven't tried it though, so maybe it just works.