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

Add title properties to tree views #607

Closed nturinski closed 1 year ago

nturinski commented 1 year ago

Fixes https://github.com/microsoft/vscode-azureresourcegroups/issues/595

There's a weird VS Code dev bug that doesn't like getting the title from our package.json. No idea why it's only impacting these two labels-- I'd assume it has something to do with the other options we are passing in. But this seems like the easiest fix for it for now.