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