|
4 | 4 | // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/main/debugger-launchjson.md |
5 | 5 | "version": "0.2.0", |
6 | 6 | "configurations": [ |
| 7 | + { |
| 8 | + "name": "Uno Platform Desktop", |
| 9 | + "type": "Uno", |
| 10 | + "request": "launch", |
| 11 | + // any Uno* task will do, this is simply to satisfy vscode requirement when a launch.json is present |
| 12 | + "preLaunchTask": "build-desktop-MvuxGallery" |
| 13 | + }, |
7 | 14 | { |
8 | 15 | // Use IntelliSense to find out which attributes exist for C# debugging |
9 | 16 | // Use hover for the description of the existing attributes |
|
13 | 20 | "request": "launch", |
14 | 21 | "preLaunchTask": "build-desktop-MvuxGallery", |
15 | 22 | // If you have changed target frameworks, make sure to update the program path. |
16 | | - "program": "${workspaceFolder}/DevTKSS.Uno.SampleApps.MvuxGallery/bin/Debug/net9.0-desktop/DevTKSS.Uno.SampleApps.MvuxGallery.dll", |
| 23 | + "program": "${workspaceFolder}/src/DevTKSS.Uno.Samples.MvuxGallery/bin/Debug/net9.0-desktop/DevTKSS.Uno.Samples.MvuxGallery.dll", |
17 | 24 | "args": [], |
18 | 25 | "launchSettingsProfile": "DevTKSS MvuxGallery (Desktop)", |
19 | 26 | "env": { |
20 | 27 | "DOTNET_MODIFIABLE_ASSEMBLIES": "debug" |
21 | 28 | }, |
22 | | - "cwd": "${workspaceFolder}/DevTKSS.Uno.SampleApps.MvuxGallery", |
| 29 | + "cwd": "${workspaceFolder}/src/DevTKSS.Uno.Samples.MvuxGallery", |
23 | 30 | // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
24 | 31 | "console": "internalConsole", |
25 | 32 | "stopAtEntry": false |
|
30 | 37 | "request": "launch", |
31 | 38 | "preLaunchTask": "build-desktop-XamlNavigationApp", |
32 | 39 | // If you have changed target frameworks, make sure to update the program path. |
33 | | - "program": "${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.XamlNavigationApp.dll", |
| 40 | + "program": "${workspaceFolder}/src/DevTKSS.Uno.XamlNavigationApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.XamlNavigationApp.dll", |
34 | 41 | "args": [], |
35 | 42 | "launchSettingsProfile": "DevTKSS.Uno.XamlNavigationApp (Desktop)", |
36 | 43 | "env": { |
37 | 44 | "DOTNET_MODIFIABLE_ASSEMBLIES": "debug" |
38 | 45 | }, |
39 | | - "cwd": "${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp", |
| 46 | + "cwd": "${workspaceFolder}/src/DevTKSS.Uno.XamlNavigationApp", |
40 | 47 | // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
41 | 48 | "console": "internalConsole", |
42 | 49 | "stopAtEntry": false |
|
47 | 54 | "request": "launch", |
48 | 55 | "preLaunchTask": "build-desktop-SimpleMemberSelectionApp", |
49 | 56 | // 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", |
| 57 | + "program": "${workspaceFolder}/src/DevTKSS.Uno.SimpleMemberSelectionApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.SimpleMemberSelectionApp.dll", |
51 | 58 | "args": [], |
52 | 59 | "launchSettingsProfile": "DevTKSS.Uno.SimpleMemberSelectionApp (Desktop)", |
53 | 60 | "env": { |
54 | 61 | "DOTNET_MODIFIABLE_ASSEMBLIES": "debug" |
55 | 62 | }, |
56 | | - "cwd": "${workspaceFolder}/DevTKSS.Uno.SimpleMemberSelectionApp", |
| 63 | + "cwd": "${workspaceFolder}/src/DevTKSS.Uno.SimpleMemberSelectionApp", |
57 | 64 | // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
58 | 65 | "console": "internalConsole", |
59 | 66 | "stopAtEntry": false |
|
0 commit comments