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

[Suggestion] It would be better to add a "Click to view resource" in Activity log after creating a resource group #196

Open v-ruizh opened 2 years ago

v-ruizh commented 2 years ago

OS: All Build Version: 20220420.34 Regression: Not a regression

Repro Steps:

  1. Create a resource group.
  2. Check whether there is a "Click to view resource" in Activity log.

Actual: There is no "Click to view resource" in Activity log. image

Suggestion: It would be better to add a "Click to view resource" in Activity log after creating a resource group.

alexweininger commented 2 years ago

Good suggestion.

To enable this, we could change the type of activityResult from an AppResource to a string which is an id of the tree item to reveal on click.