From 4dce05473d178a656dec6299d04a4bf05d44d734 Mon Sep 17 00:00:00 2001 From: Glenn Gailey Date: Fri, 22 May 2026 14:47:07 -0700 Subject: [PATCH] Add defaultFunctionAppPath to fix VS Code project detection --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 80d92ea..7856865 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,6 @@ "azureFunctions.projectRuntime": "~4", "debug.internalConsoleOptions": "neverOpen", "azureFunctions.preDeployTask": "package (functions)", - "java.configuration.updateBuildConfiguration": "interactive" + "java.configuration.updateBuildConfiguration": "interactive", + "azureFunctions.defaultFunctionAppPath": "." } \ No newline at end of file