Skip to content

Releases: microsoft/vscode-azureappservice

v0.9.1

07 Sep 18:47
48d83b0
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Added

  • Support for .jar deployment
  • Shortcut key for Azure View

Fixed

v0.9.0

12 Jul 23:11
b636a3b
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Added

  • View and edit remote files for Web Apps and slots (previously required a feature flag)
  • View log files for Web Apps and slots
  • Deployment defaults for a project workspace. The web app deployed to and the subpath deployed will be saved and used for consequent deployments.
  • Support for WAR deploy

Changed

  • Create New Web App... has been redesigned to make smart defaults and have fewer prompts.
    • If the previous creation experience is desired, change the VS Code user-setting {appService.advancedCreation: true}
  • Output window is no longer shown automatically. Long running notifications have been implemented.

Fixed

v0.8.1

17 May 18:27
a75331b
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Fixed

  • Remote debugging fails to attach if App Service tunnel is not ready

v0.8.0

07 May 22:16
69bf4de
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Added

  • Remote debugging support for Node.js on Linux (feature flag required)
  • Modal confirmation dialogs for more visibility

Changed

  • Moved App Service Explorer to Azure view container

Fixed

v0.7.1

13 Apr 19:14
92a21d6
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Fixed

  • Deployment fail when deploying to web app with a custom domain

v0.7.0

06 Apr 00:19
c50c2e5
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Added

  • Subscription filter button next to Subscription nodes in the explorer
  • Deploy to Web App context menu action for Web Apps
  • Create Windows web apps
  • Report issue button on error dialogs that links to the GitHub repo

Removed

  • Auto-browse after web app and slot creation

Fixed

v0.6.1

12 Mar 23:13
c5f7a59
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Fixed

  • Open in Portal and Browse Website fail on Linux with message "spawn EACCES"

v0.6.0

08 Mar 23:54
5c503b5
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Added

  • Configure deployment source to a GitHub repository (requires authorizing Azure to access GitHub)
  • Create PHP, .NET Core, and Ruby web apps on Linux
  • Faster zipdeploy by leveraging SCM_DO_BUILD_DURING_DEPLOYMENT app setting. Learn more here

Fixed

v0.5.1

26 Jan 01:28
a77a59c
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Added

  • Auto-browse after web app and slot creation
  • Link to a great tutorial to get started in the README
  • View and edit a deployment slot's files (feature flag required)

Fixed

v0.5.0

15 Dec 23:52
dd976bc
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Added

  • Configure web app's deployment source from the explorer
  • Deploy from Explorer with a button
  • Deploy projects immediately after web app creation
  • Browse for any folder when deploying
  • Zip deployment file inclusion setting
  • Create deployment slots from configuration sources
  • UI improvements including "Creating..." placeholder nodes, "Load More..." when there are a lot of web apps, etc.
  • View and edit a web app's files (feature flag required)
  • Run commands from the Command Palette

Removed

  • Deployment from web app context menu
  • Display a web app's resource group (display state instead)

Fixed