vscode-azureappservice icon indicating copy to clipboard operation
vscode-azureappservice copied to clipboard

Deployment starts without any confirmation dialog if deploying to a web app with "LocalGit" or "GitHub" deployment source

Open v-ruizh opened this issue 1 year ago • 0 comments

OS: Windows 10 Build Version: 20241005.1 Regression: Not a regression

Repro Steps:

  1. Open "nodejs-docs-hello-world" project in VS Code.
  2. Create a Node web app.
  3. Configure the deployment source to "LocalGit" or "GitHub" for the above web app.
  4. Right-click the web app and select "Deploy to Web App..." action.
  5. Check whether the confirmation dialog pops up or not.

Expect: The confirmation dialog pops up. Image

Actual: Deployment starts without any confirmation dialog.

More Info: This issue does not reproduce if the deployment source is "None".

v-ruizh avatar Oct 15 '24 06:10 v-ruizh