Releases: microsoft/vscode-azurestorage
Releases · microsoft/vscode-azurestorage
v0.6.0
v0.5.0
Fixed
- Copy connection string now works on linux
Added
- Themed icons
- Pre-publish for static websites
- Provisional support for sovereign accounts in Azure
v0.4.2
v0.4.1
Changed
- Static website functionality is now enabled always in the extension (azureStorage.preview.staticWebsites setting has been removed)
Added
- "Browse Static Website…" will bring up a storage account's primary web endpoint in a browser (see Deploy to Static Website)
Fixed
- Can now browse directly after deploying (no need to go to Portal to get primary web endpoint)
- Ensure storage account can support hosted websites and that it is enabled when deploying, browsing etc., fixes #174, #175
- Ensure website hosting has an index document set when browsing (to avoid getting a 404 error)
v0.4.0
v0.3.1
Added
- Newly-created blobs and files are now opened immediately in the editor
- Copy URL to clipboard (blob, blob container, file, directory, or file share)
Changed
- Moved Azure Storage Explorer to new Azure view container instead of file explorer
v0.3.0
Added
- Upload and download block blobs with text contents, up to 4MB
- Refresh menu added to additional nodes in the tree
- New filter button on subscription nodes to make selecting Azure subscriptions easier
Fixed
- Saving a blob from the editor will no longer cause loss of content type and other properties
- Will no longer overwrite an existing blob when creating a new one with the same name
- Removed redundant Close button in some dialogs
v0.2.0
Added
- Create and delete blob containers, file shares, queues and tables
- Create empty block blobs (text only), files and directories
- Delete blobs, files and directories
Fixed
- Improved error handling
v0.1.3
Added
- Changed TreeItems to use the common UI library 'vscode-azureextensionui'.
Fixed
- Fixed hash-mismatch issue for Blob and File Download by using 'ToLocalFile' instead of 'ToText' download methods.
v0.1.2
Fixed
- Resolved extension loading issue on Windows machines.