microsoft / vscode-azurestorage

Azure Storage extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestorage
MIT License
61 stars 38 forks source link

[GitHub Codespaces] The uploaded file doesn't display under the file share after uploading a file to the file share #1300

Open v-xinda opened 6 months ago

v-xinda commented 6 months ago

Environment: Remote Codespaces Build Version: 20240322.1 Regression: Previous release (0.15.3)

Repro Steps:

  1. Expand a storage account -> Expand File Shares -> Right click a file share -> Click "Upload Files..." -> Enter a destination directory -> Select a file.
  2. Check whether the uploaded file displays under the file share.

Expect: The uploaded file displays under the file share.

Actual: The uploaded file doesn't display under the file share. image

More Info:

  1. This issue also reproduces for blob container.
  2. This issue also reproduces after uploading a folder.
  3. This issue can't fix after refreshing.
nturinski commented 5 months ago

We may need to check how we're getting the path and file contents. Good chance we're using fs when we need to switch to the vscode API?