Skip to content

Commit 682795c

Browse files
DevTKSSCopilot
andauthored
chore: fix launch.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 538d814 commit 682795c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"request": "launch",
3434
"preLaunchTask": "build-desktop",
3535
// If you have changed target frameworks, make sure to update the program path.
36-
"program": "${workspaceFolder}/MvuxListApp/bin/Debug/net9.0-desktop/MvuxListApp.dll",
36+
"program": "${workspaceFolder}/MvuxListApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.MvuxListApp.dll",
3737
"args": [],
3838
"launchSettingsProfile": "MvuxListApp (Desktop)",
3939
"env": {

0 commit comments

Comments
 (0)