vscode-azurestorage icon indicating copy to clipboard operation
vscode-azurestorage copied to clipboard

The created empty blob with the name "a/b/c.txt doesn't auto appear under the blob container

Open v-xinda opened this issue 1 year ago • 1 comments

OS: Win 10 Azure Storage Build Version: 20230531.1 Azure Resource Build Version: 0.7.5 Regression: Not a Regression

Repro Steps:

  1. Create a storage account -> Create a blob container.
  2. Right click the blob container -> Click "Create Empty Blob..." -> Type "a/b/c.txt".
  3. Check whether the created empty blob auto appears under the blob container.

Expect: The created empty blob auto appears under the blob container.

Actual: The created empty blob doesn't auto appear under the blob container.

More Info:

  1. This issue doesn't reproduce when creating an empty blob with the name "c.txt".
  2. This issue doesn't reproduce for the attached account.

v-xinda avatar Jun 02 '23 05:06 v-xinda

While we were reproducing this, itakes a really long time for the file to be opened in VS Code. It seems like it might be taking a long time for the service to create the file and get back to us, so the refresh immediately after isn't actually doing anything.

Once the file appears in the editor (I assume that this means Storage actually created the file on the service) then when you refresh, the items will appear.

nturinski avatar Jul 05 '23 22:07 nturinski