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 is no instruction for the step "Enter the maximum instance count" #4132

Closed v-ruizh closed 1 month ago

v-ruizh commented 1 month ago

OS: Windows 10 Build Version: 20240514.1 Regression: Not a Regression

Repro Steps:

  1. F1 -> Azure Functions: Create Function App in Azure... (Advanced) -> Input a function app name -> Select the hosting plan "Flex Consumption (Preview)" -> Select the location "East Asia" -> Select a runtime stack -> Select an instance memory size.
  2. Check whether there is an instruction for the next step or not.

Expect: There is an instruction for the next step, such as "Enter the maximum instance count".

Actual: There is no instruction for the step "Enter the maximum instance count". image

More Info: Delete the default count "100", there is a tooltip "Enter the maximum instance count" for this step. image

nturinski commented 1 month ago

Add the placeholder to the initial enter confirm prompt.