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

Function Apps are not sorted alphabetically when executing "Deploy to Function App/Deploy to Azure" commands #4192

Open v-ruizh opened 2 weeks ago

v-ruizh commented 2 weeks ago

OS: All Build Version: v1.15.1-alpha.0 Regression: Not a Regression

Repro Steps:

  1. Create multiple Function Apps in VS Code.
  2. F1 -> Select "Azure Functions: Deploy to Function App...".
  3. Check whether Function Apps are sorted alphabetically.

Expect: Function Apps are sorted alphabetically.

Actual: Function Apps are not sorted alphabetically. image

More Info:

  1. This issue also reproduces when executing "Deploy to Azure..." command.
  2. This issue does not reproduce when executing other commands, such as "Start Streaming Logs/Stop Streaming Logs/Delete Function App".