microsoft / vscode-azurefunctions

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

There are three extra nodes (Logs, Deployments and Slots) after creating a Flex Consumption (Preview) function app on M1 #4141

Closed v-xinda closed 1 month ago

v-xinda commented 1 month ago

OS: Mac (M1) Build Version: v1.14.4-alpha.0 Regression: Previous release (1.14.3)

Repro Steps:

  1. Create a function app with Flex Consumption (Preview) hosting plan -> Expand it.
  2. Check whether there are three nodes (Functions, Application Settings and Files).

Expect: There are three nodes (Functions, Application Settings and Files). image

Actual: There are three extra nodes (Logs, Deployments and Slots). image

More Info:

  1. This issue doesn't reproduce on Windows and Linux.
  2. There are two related bugs for Slots and Deployments: https://github.com/microsoft/vscode-azurefunctions/issues/4069 https://github.com/microsoft/vscode-azurefunctions/issues/4070