Skip to content

Conversation

@rido-min
Copy link
Member

I would like to gitignore launchSettings, but since it's already in git history we cannot (easily).

What is gitignored is launchSettings.Local.json so changing all samples to use that by default, and also do not launch any browser.

Copilot AI review requested due to automatic review settings January 20, 2026 23:08
Copy link
Contributor

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

This PR updates all sample projects to use the "Local" environment instead of "Development" and disables automatic browser launching during development. This change aligns with the project's gitignore strategy for local configuration files.

Changes:

  • Changed ASPNETCORE_ENVIRONMENT from "Development" to "Local" in all sample projects
  • Disabled automatic browser launching (launchBrowser: false) in sample projects that had it enabled

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Samples/Samples.Tab/Properties/launchSettings.json Updated environment to "Local" and disabled browser launch
Samples/Samples.MessageExtensions/Properties/launchSettings.json Updated environment to "Local" and disabled browser launch
Samples/Samples.Meetings/Properties/launchSettings.json Updated environment to "Local" and disabled browser launch
Samples/Samples.McpClient/Properties/launchSettings.json Updated environment to "Local" and disabled browser launch
Samples/Samples.Mcp/Properties/launchSettings.json Updated environment to "Local" and disabled browser launch
Samples/Samples.Lights/Properties/launchSettings.json Updated environment to "Local" and disabled browser launch
Samples/Samples.Graph/Properties/launchSettings.json Updated environment to "Local" (browser launch was already disabled)
Samples/Samples.Dialogs/Properties/launchSettings.json Updated environment to "Local" and disabled browser launch
Samples/Samples.Cards/Properties/launchSettings.json Updated environment to "Local" and disabled browser launch
Samples/Samples.BotBuilder/Properties/launchSettings.json Updated environment to "Local" (browser launch was already disabled)
Samples/Samples.AI/Properties/launchSettings.json Updated environment to "Local" and disabled browser launch

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

@rido-min rido-min merged commit 1ae15a1 into main Jan 21, 2026
12 checks passed
@rido-min rido-min deleted the fix/local-settings branch January 21, 2026 14:46
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.

3 participants