We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8757284 commit 2927412Copy full SHA for 2927412
src/.vscode/settings.json
@@ -0,0 +1,9 @@
1
+{
2
+ "azureFunctions.deploySubpath": ".",
3
+ "azureFunctions.scmDoBuildDuringDeployment": true,
4
+ "azureFunctions.pythonVenv": ".venv",
5
+ "azureFunctions.projectLanguage": "Python",
6
+ "azureFunctions.projectRuntime": "~4",
7
+ "debug.internalConsoleOptions": "neverOpen",
8
+ "azureFunctions.projectLanguageModel": 2
9
+}
0 commit comments