microsoft / vscode-azurefunctions

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

The order of nodes under a containerized function app is different from one regular function app #4166

Closed v-ruizh closed 3 weeks ago

v-ruizh commented 1 month ago

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

Repro Steps:

  1. Create a containerized function project in VS Code.
  2. Create a containerized function app -> Expand it.
  3. Check whether the "Functions" node is the first node under the above containerized function app.

Expect: The "Functions" node is the first node.

Actual: The "Application Settings" node is the first node. image

v-ruizh commented 3 weeks ago

Verified this bug on 20240611.1, it has been fixed. image