-
Notifications
You must be signed in to change notification settings - Fork 135
Project Runtime
Eric Jizba edited this page Jan 3, 2022
·
5 revisions
The local project runtime is controlled by the "azureFunctions.projectRuntime" setting in VS Code (located in .vscode/settings.json
at the root of your repo). It's used to display templates when creating a new trigger and to validate the runtime when deploying to Azure. The currently supported runtimes are:
VS Code Setting | Version | Status |
---|---|---|
~4 | 4.x | GA (Recommended) |
~3 | 3.x | GA |
~2 | 2.x | GA (Maintenance mode) |
~1 | 1.x | GA (Maintenance mode) |
It is highly recommended to use the same version of the runtime installed on your machine as the VS Code setting.
See here for more information.