Skip to content

Commit 3425216

Browse files
committed
vs config -> function updated
1 parent a006f10 commit 3425216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"azureFunctions.deploySubpath": "src",
33
"azureFunctions.scmDoBuildDuringDeployment": true,
4-
"azureFunctions.pythonVenv": ".venv",
4+
"azureFunctions.pythonVenv": "./src/.venv",
55
"azureFunctions.projectLanguage": "Python",
66
"azureFunctions.projectRuntime": "~4",
77
"debug.internalConsoleOptions": "neverOpen",

0 commit comments

Comments
 (0)