Skip to content

Project Runtime

Eric Jizba edited this page Mar 2, 2020 · 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 Supported OS's
~3 3.x Generally Available (GA) Windows, Mac, and Linux
~2 2.x Generally Available (GA) Windows, Mac, and Linux
~1 1.x Generally Available (GA) Windows

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.

Clone this wiki locally