- [1359] "View Properties" shows entire storage account data model
- [1343] Upgrade packages for additional telemetry updates
- [1371] Fix file permissions for AzCopy dependencies
- [1331] Use a list task for the cache that is used for all resolving
- [1332] Improve telemetry and performance
- [1276] Remove dependency on the Azure Account extension
- Too Many Requests error when opening a blob container using file system provider #1222
- Add support for the upcoming Azure Resources Focus feature
- Support for Azure Resources API v2
- Intentionally override base property by @alexweininger in #1173
- Remove extra nonNull util by @alexweininger in #1174
- Add .nvmrc file by @alexweininger in #1190
- Initial conversion to a v1.5 extension by @alexweininger in #1195
- Fix AzureStorageFS id parsing by @alexweininger in #1194
- Remove expected child context value by @alexweininger in #1211
- Bump @xmldom/xmldom from 0.7.5 to 0.7.8 by @dependabot in #1181
- Bump yargs-parser and yargs by @dependabot in #1182
- Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #1186
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #1187
- Bump minimatch and mocha by @dependabot in #1188
- Bump simple-git from 3.7.0 to 3.15.1 by @dependabot in #1189
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #1193
- Bump simple-git from 3.15.1 to 3.16.0 by @dependabot in #1197
- Support for Virtual Workspaces #1118
- Support for deleting many blobs and file shares #1113
- Support for emulated tables #1105
- Uploaded files to blob containers automatically log file URL's to output #1076
- Activity log support when deleting a folder in a blob container #1123
- Download from SAS URL command to Local Workspace view #1151
- Download support for File Shares and Blob Containers #1121
- "Open in File Explorer" command changed to "Open in Explorer" #1110
- Disabled "Open in Storage Explorer" default behavior when in remote workspace #1109
- Minimum VS code version that is supported is now version 1.66.2 #1106
- Bugs fixed
- Errors associated with Attached Storage Accounts #1045
- Automatically log uploaded file URLs to output + quick copy functionality #1076
- Update @vscode/extension-telemetry to 0.6.2 #1078
- Update @vscode/extension-telemetry to 0.5.2 #1069
We've made some large design changes to the Azure extensions for VS Code. View App Centric release notes
- Support for creating storage accounts in extended regions using Advanced create.
- Minimum version of VS Code is now 1.57.0
- Support for Azure Stack
- Icons updated to match VS Code's theme. Install new product icon themes here
- Now depends on the "Azure Resources" extension, which provides a "Resource Groups" and "Help and Feedback" view
- "Report an Issue" button was removed from errors. Use the "Help and Feedback" view or command palette instead
- Support for downloading multiple blobs, files, and directories at a time
- Added setting "azureStorage.deleteBeforeDeploy" to delete existing blobs before deploying to static website (defaults to "true")
- View AzCopy log files when transfers fail
- Choose the destination directory when uploading resources
- File and folder transfers now use AzCopy for faster performance
- Upload multiple files using the
Upload Files...
command - Upload folders using the
Upload Folder...
command
- Removed the 4MB upload/download limit
- Azure Storage Emulator support
- Attach storage accounts using connection strings
Upload to Azure Storage...
command for uploading local files and folders- Inline button for the
Open in File Explorer...
command
- Improved experiences for deployment and storage account creation
- Show the tree hierarchy when creating nested blobs in the Azure view
- View and edit Azure files and blobs in the file explorer
- Blobs have a hierarchical directory structure in the Azure view
- Enable "Secure transfer required" by default when creating storage accounts
Create Storage Account...
has been streamlined with fewer prompts.Create Storage Account... (Advanced)
provides the same level of account customization as before- Files and blobs created with a file extension have a smart default content type
- Editing files and blobs doesn't clear metadata or properties
- Deploying folders beginning with
.
to static websites is allowed #457 - Copying connection strings works properly for VS Code remote #459
- Deployment of large static websites lead to timeout errors #352, #345, #370, #334, #340, #338, #339, #342, #317, #362
- Improved installation and start-up performance
- Web apps containing out, dist, or build folders will have more convenient defaults when deploying to a static website #176, #173
- Validation of text file name during file creation #148
- Enabling, disabling and configuring static website capability from the extension #153, #277
- Creating (GPv2) and deleting storage accounts from the extension #278, #291
- 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.