From bc221615f2b7daec2f2cc9ad34ca8fb79bfabfc9 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 6 May 2026 18:29:13 -0300 Subject: [PATCH] Use Project for default launch profile command name Ensure the project-name entry written to Properties\\launchSettings.json uses the fixed commandName value expected by launch profiles instead of the MSBuild project name. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/SmallSharp/SmallSharp.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SmallSharp/SmallSharp.targets b/src/SmallSharp/SmallSharp.targets index 29a5bde..c67accd 100644 --- a/src/SmallSharp/SmallSharp.targets +++ b/src/SmallSharp/SmallSharp.targets @@ -196,7 +196,7 @@ + Value="Project" />