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 a006f10 commit 3425216Copy full SHA for 3425216
.vscode/settings.json
@@ -1,7 +1,7 @@
1
{
2
"azureFunctions.deploySubpath": "src",
3
"azureFunctions.scmDoBuildDuringDeployment": true,
4
- "azureFunctions.pythonVenv": ".venv",
+ "azureFunctions.pythonVenv": "./src/.venv",
5
"azureFunctions.projectLanguage": "Python",
6
"azureFunctions.projectRuntime": "~4",
7
"debug.internalConsoleOptions": "neverOpen",
0 commit comments