-
Notifications
You must be signed in to change notification settings - Fork 138
Project Runtime
Eric Jizba edited this page Mar 29, 2019
·
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 | Platform | Supported OS's |
---|---|---|---|---|
~1 | 1.x | Generally Available (GA) | .NET Framework | Windows |
~2 | 2.x | Generally Available (GA) | .NET Standard | Windows, Mac, and Linux |
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.