Releases: microsoft/vscode-azureappservice
Releases · microsoft/vscode-azureappservice
v0.9.1
v0.9.0
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}
- If the previous creation experience is desired, change the VS Code user-setting
- Output window is no longer shown automatically. Long running notifications have been implemented.
Fixed
v0.8.1
v0.8.0
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
v0.7.0
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
v0.6.0
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
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
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)