1111 "name" : " Uno Platform Desktop Debug (MvuxGallery)" ,
1212 "type" : " coreclr" ,
1313 "request" : " launch" ,
14- "preLaunchTask" : " build-desktop" ,
14+ "preLaunchTask" : " build-desktop-MvuxGallery " ,
1515 // If you have changed target frameworks, make sure to update the program path.
1616 "program" : " ${workspaceFolder}/DevTKSS.Uno.SampleApps.MvuxGallery/bin/Debug/net9.0-desktop/DevTKSS.Uno.SampleApps.MvuxGallery.dll" ,
1717 "args" : [],
18- "launchSettingsProfile" : " DevTKSS.Uno.SampleApps. MvuxGallery (Desktop)" ,
18+ "launchSettingsProfile" : " DevTKSS MvuxGallery (Desktop)" ,
1919 "env" : {
2020 "DOTNET_MODIFIABLE_ASSEMBLIES" : " debug"
2121 },
2525 "stopAtEntry" : false
2626 },
2727 {
28- // Use IntelliSense to find out which attributes exist for C# debugging
29- // Use hover for the description of the existing attributes
30- // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/main/debugger-launchjson.md
3128 "name" : " Uno Platform Desktop Debug (XamlNavigationApp)" ,
3229 "type" : " coreclr" ,
3330 "request" : " launch" ,
34- "preLaunchTask" : " build-desktop" ,
31+ "preLaunchTask" : " build-desktop-XamlNavigationApp " ,
3532 // If you have changed target frameworks, make sure to update the program path.
36- "program" : " ${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp-1 /bin/Debug/net9.0-desktop/DevTKSS.Uno.XamlNavigationApp.dll" ,
33+ "program" : " ${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.XamlNavigationApp.dll" ,
3734 "args" : [],
3835 "launchSettingsProfile" : " DevTKSS.Uno.XamlNavigationApp (Desktop)" ,
3936 "env" : {
4037 "DOTNET_MODIFIABLE_ASSEMBLIES" : " debug"
4138 },
42- "cwd" : " ${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp-1 " ,
39+ "cwd" : " ${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp" ,
4340 // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
4441 "console" : " internalConsole" ,
4542 "stopAtEntry" : false
4643 },
44+ {
45+ "name" : " Uno Platform Desktop Debug (SimpleMemberSelectionApp)" ,
46+ "type" : " coreclr" ,
47+ "request" : " launch" ,
48+ "preLaunchTask" : " build-desktop-SimpleMemberSelectionApp" ,
49+ // If you have changed target frameworks, make sure to update the program path.
50+ "program" : " ${workspaceFolder}/DevTKSS.Uno.SimpleMemberSelectionApp-1/bin/Debug/net9.0-desktop/DevTKSS.Uno.SimpleMemberSelectionApp.dll" ,
51+ "args" : [],
52+ "launchSettingsProfile" : " DevTKSS.Uno.SimpleMemberSelectionApp (Desktop)" ,
53+ "env" : {
54+ "DOTNET_MODIFIABLE_ASSEMBLIES" : " debug"
55+ },
56+ "cwd" : " ${workspaceFolder}/DevTKSS.Uno.SimpleMemberSelectionApp" ,
57+ // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
58+ "console" : " internalConsole" ,
59+ "stopAtEntry" : false
60+ }
4761 ]
4862}
0 commit comments