vscode-azureappservice
vscode-azureappservice copied to clipboard
Azure App Service extension for VS Code
Does this occur consistently? Repro steps: 1. yes 2. 95% chance 3. just deploy your webapp using visual studio code azure plugin Action: appService.Deploy Error type: object Error Message: :(...
Does this occur consistently? Repro steps: 1. This happens from time to time, I restarted Code and attempted a redeploy but the system still thinks a deployment is in progress....
**OS:** All **Build Version:** 20230320.1 **Regression:** Previous Release **Repro Steps:** 1. F1 -> Azure App Service: Delete... -> Select one web app. 2. Check whether succeeds to execute "Azure App...
Somehow the resource view is trying to write multiple strings to the same line. You can see the result in the picture. running v.0.24.8 on win 11. 
**OS:** Win10 **Build Version:** 20221121.1 **Repro Steps:** 1. F1 -> Azure App Service: Create New Web Apps... -> Enter a name -> Check the runtime stack list. 2. Check whether...
**OS:** Win10 **Build Version:** 20221019.2 Repro Steps: 1. Create a Node Linux web app -> Create a slot for it -> Deploy a nodejs-docs-hello-world-master project to it. 2. Right click...
DISREGARD FOR NOW, WILL BE REPLACING THIS PR WITH A NEW IMPLEMENTATION SOON....
Does this occur consistently? Repro steps: 1. 2. Action: appService.Deploy Error type: TypeError Error Message: Cannot read properties of undefined (reading 'createClient') Version: 0.24.9 OS: linux OS Release: 5.13.0-52-generic Product:...
Does this occur consistently? Yes (Since Applied Azure) Repro steps: - Create Web App or Create Web App Plan (Try every location) Action: appService.CreateWebApp Error type: Forbidden Error Message: The...
Ref: https://github.com/microsoft/vscode-azureappservice/issues/1360#issue-551168114 I had the same experience. appService.preDeployTask": "publish-release", was incorrect. I changed it to appService.preDeployTask": "publish", and it worked as expected. This is in .vscode > settings.json