Skip to content

Commit

Permalink
Remove "Zip" from Zip deploy command (#172)
Browse files Browse the repository at this point in the history
Update screenshots and readme
  • Loading branch information
whiskeyjay authored and ejizba committed Nov 10, 2017
1 parent 7e46e89 commit 1cab8de
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ The Azure App Services extension for VS Code lets you quickly browse, create, ma

## Known Issues

* Zip deployment may fail if the project you try to publish is too big
* Local Git deployment may fail with large commits

## Requirements
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
{
"command": "appService.DeployZipPackage",
"title": "Zip Deploy to Web App",
"title": "Deploy to Web App",
"category": "Azure App Service"
},
{
Expand Down Expand Up @@ -314,12 +314,12 @@
"group": "2_appServiceControlCommands@4"
},
{
"command": "appService.LocalGitDeploy",
"command": "appService.DeployZipPackage",
"when": "view == azureAppService && viewItem == appService",
"group": "3_appServiceDeployCommands@1"
},
{
"command": "appService.DeployZipPackage",
"command": "appService.LocalGitDeploy",
"when": "view == azureAppService && viewItem == appService",
"group": "3_appServiceDeployCommands@2"
},
Expand Down
Binary file modified resources/ApplicationSettings_Add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/ApplicationSettings_Edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/WebApp_Deploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1cab8de

Please sign in to comment.