microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
290 stars 133 forks source link

"Azure Container Apps" extension is not installed directly after clicking "Install" button in the prompt notification #3998

Closed v-ruizh closed 8 months ago

v-ruizh commented 8 months ago

OS: All Build Version: 20240229.2 Regression: Not a Regression

Repro Steps:

  1. Open a containerized function project in VS Code.
  2. Right click on the Function App tree item and click on the command "Create Function App in Azure…".
  3. Click "Container Image" button in the prompt dialog. image
  4. Click "Install" button in the prompt notification. image
  5. Check whether the "Azure Container Apps" extension is installed directly or not.

Expect: "Azure Container Apps" extension is installed directly after clicking "Install" button.

Actual: "Azure Container Apps" extension is not installed directly after clicking "Install" button. Only open the "Azure Container Apps" extension installation page.

motm32 commented 8 months ago

Thanks for filing this issue! This is the expected behavior. We don't want to directly install the extension for the user just open up the extension marketplace page.