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

There is no option "Java 21 (Preview)" in the Java version list when creating a Java project #4159

Closed v-ruizh closed 3 weeks ago

v-ruizh commented 1 month ago

OS: Win 10 Build Version: 20240528.1 Regression: Not a Regression

Repro Steps:

  1. F1 -> Azure Functions: Create New Project... -> Select a folder -> Select "Java" language.
  2. Check whether there is an option "Java 21 (Preview)" in the Java version list.

Expect: There is an option "Java 21 (Preview)" in the Java version list.

Actual: There is no option "Java 21 (Preview)" in the Java version list. image

More Info: There is an option "Java 21 (Preview)" in the runtime list when creating a Java Function App. image