Skip to content

Add defaultFunctionAppPath to fix VS Code F5 startup#31

Open
ggailey777 wants to merge 1 commit into
Azure-Samples:mainfrom
ggailey777:fix-vscode-f5-startup
Open

Add defaultFunctionAppPath to fix VS Code F5 startup#31
ggailey777 wants to merge 1 commit into
Azure-Samples:mainfrom
ggailey777:fix-vscode-f5-startup

Conversation

@ggailey777
Copy link
Copy Markdown
Contributor

Adds azureFunctions.defaultFunctionAppPath to .vscode/settings.json so the Azure Functions extension correctly identifies the function app project without prompting users about multiple detected projects.

Copilot AI review requested due to automatic review settings May 22, 2026 21:50
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates VS Code workspace settings intended to improve the local Azure Functions debugging experience (F5) by helping the Azure Functions extension pick the correct function app project in a repo containing multiple apps.

Changes:

  • Add azureFunctions.defaultFunctionAppPath to .vscode/settings.json.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .vscode/settings.json
"azureFunctions.preDeployTask": "package (functions)",
"java.configuration.updateBuildConfiguration": "interactive"
"java.configuration.updateBuildConfiguration": "interactive",
"azureFunctions.defaultFunctionAppPath": "."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants