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

[Suggestion] It would be better the tag node refreshes automatically after editing the tag value in the "xxx-tags.jsonc" file #803

Closed v-xinda closed 8 months ago

v-xinda commented 8 months ago

OS: Win10 Build Version: 20240121.1 Regression: Not a regression

Repro Steps:

  1. Create a resource group -> Edit tag and type "this": "123".
  2. F1 -> Azure: Croup by ARM Tags... -> Select a subscription -> Click "this".
  3. Expand "123" node -> Right click the resource group -> Click "Edit Tags..." -> Change the tag value, such as "567".
  4. Check whether the "123" node changes to "567".

Actual: The "123" node doesn't change to "567". actual

Suggestion: It would be better the tag node refreshes automatically after editing the tag value in the xxx-tags.jsonc file.

More Info: This issue can be fixed after refreshing the Resources view.

nturinski commented 8 months ago

Thanks for this suggestion, but this may result in us refreshing the Azure Resources view too frequently. Since the user is making the change, I think the expectation that they will manually refresh the view is acceptable.

Closing as won't fix.