Description
Describe the bug
When a project is created in Visual Studio the created .slnLaunch.user has name of created project not the name of created .sln. The consequence is that the launch configurations (e.g. "Microsoft Teams (browser)") are not available.
Example:
I am creating project called EchoBot in solution EchoBotSolution so my .sln is EchoBotSolution.sln and EchoBotSolution.slnLaunch.user should be created but EchoBot.slnLaunch.user is created instead.
To Reproduce
Steps to reproduce the behavior:
- Open New instance of Visual Studio
- Click on 'Create a new project'
- Select 'Microsoft 365 Agents'
- On 'Configure your new project' screen uncheck 'Place solution and project in the same directory', set 'Project name' EchoBot, 'Solution name' EchoBotSolution
- Press Create
- Select App type 'Echo Bot' and press Create
- In the Visual Studio which opens check Configuration dropdown. "Microsoft Teams (browser)" and other configurations are missing
- Check the solution folder here you see files EchoBotSolution.sln and EchoBot.slnLaunch.user
Expected behavior
Configuration contains "Microsoft Teams (browser)" . So the files in solution folder should be EchoBotSolution.sln and EchoBotSolution.slnLaunch.user
Visual Studio Extension Information (please complete the following information):
- OS: [Windows]
- Version [Version 10.0.19045 Build 19045]
- Visual Studio Version 17.14.3
CLI Information (please complete the following information):
- OS: [Windows]
- Version [Version 10.0.19045 Build 19045]