Skip to content

Show warning that host v3 is EOL when creating an app #3676

@ejizba

Description

@ejizba

If you create an app with "azureFunctions.projectRuntime" set to "~3" in your VS Code settings, this is what you see when you create an app (at least for Node.js):
Screenshot 2023-05-15 at 11 00 03 AM

And if you change the runtime this is what you see:
Screenshot 2023-05-15 at 11 00 09 AM

A few things:

  1. The first prompt should maybe show a warning that their host version is EOL, especially since we will probably remove Node 14 from the stacks api at some undecided point in the future. Aka you might want to check if (stacks.length === 0) <show warning that you have to update your runtime version>
  2. The second prompt should show EOL on v2 and v3 and maybe just hide them altogether like v1 idk

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions