vscode-azurestorage
vscode-azurestorage copied to clipboard
The deleted blob doesn't auto disappear in the tree view
OS: Win10 Azure Resource Group Build Version: 20230215.10 Azure Storage Build Version: v0.15.1
Repro Steps:
- Expand an attached storage account -> Create a blob container -> Create an empty blob to it.
- Delete the blob.
- Check whether the deleted blob auto disappears in the tree view.
Expect: The deleted blob auto disappears in the tree view.
Actual: The deleted blob doesn't auto disappear in the tree view.
More Info:
- This issue also reproduces for the local emulator accounts.
- This issue also reproduces for the file share.
- This issue doesn't reproduce for the common storage accounts.
- Refresh can fix this issue.
I've reproduced this issue. However, I have noticed that sometimes it does automatically disappear. As far as I can tell, the proper onDidChangeTreeData
event is being fired, with the correct data.
Since a refresh fixes it, this isn't too critical.