All notable changes to the "vscode-azurestorage" extension will be documented in this file.
- Copy connection string now works on linux
- Themed icons
- Pre-publish for static websites
- Provisional support for sovereign accounts in Azure
- Can get a command not found error attempting to run some commands before extension is activated #232
- Static website functionality is now enabled always in the extension (azureStorage.preview.staticWebsites setting has been removed)
- "Browse Static Website…" will bring up a storage account's primary web endpoint in a browser (see Deploy to Static Website)
- 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)
- Deploy to static websites (preview feature, must be enabled first)
- Newly-created blobs and files are now opened immediately in the editor
- Copy URL to clipboard (blob, blob container, file, directory, or file share)
- Moved Azure Storage Explorer to new Azure view container instead of file explorer
- 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
- 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
- Create and delete blob containers, file shares, queues and tables
- Create empty block blobs (text only), files and directories
- Delete blobs, files and directories
- Improved error handling
- Changed TreeItems to use the common ui library 'vscode-azureextensionui'.
- Fixed hash-mismatch issue for Blob and File Download by using 'ToLocalFile' instead of 'ToText' download methods.
- Resolved extension loading issue on Windows machines.
- Updated package to have better description.
- Explore Blob Containers, File Shares, Queues and Tables
- Access Connection String and Primary Key
- Edit Block Blobs and Files
- Open in Storage Explorer for memory or computationally heavy tasks.