Skip to content

Commit dd6a7ba

Browse files
committed
Update
1 parent 7f0a7fd commit dd6a7ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"azureFunctions.deploySubpath": "/image_processing/src/image_processing",
2+
"azureFunctions.deploySubpath": "image_processing/src/image_processing",
33
"azureFunctions.projectLanguage": "Python",
44
"azureFunctions.projectLanguageModel": 2,
55
"azureFunctions.projectRuntime": "~4",
6+
"azureFunctions.projectSubpath": "image_processing/src/image_processing",
67
"azureFunctions.pythonVenv": ".venv",
78
"azureFunctions.scmDoBuildDuringDeployment": true,
89
"debug.internalConsoleOptions": "neverOpen"

0 commit comments

Comments
 (0)