microsoft / vscode-azurefunctions

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

The notification "Creating function app" doesn't disappear after the notification "Successfully created function app" appearing #4048

Closed v-ruizh closed 5 months ago

v-ruizh commented 5 months ago

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

Repro Steps:

  1. Open a containerized function project in VS Code.
  2. Create a containerized function app.
  3. Check whether the notification "Creating function app" disappears after the notification "Successfully created function app" appearing.

Expect: The notification "Creating function app" disappears after the notification "Successfully created function app" appearing.

Actual: The notification "Creating function app" doesn't disappear after the notification "Successfully created function app" appearing. image

More Info:

  1. The notification "Creating function app" will disappear after "Successfully created function app" appearing about 20 seconds.
  2. This issue does not reproduce when creating a regular function app.