Skip to content

Commit d46fd66

Browse files
DevTKSSCopilot
andauthored
chore: fix launch.json path
Co-authored-by: Copilot <[email protected]>
1 parent 7b1094f commit d46fd66

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
@@ -59,7 +59,7 @@
5959
"env": {
6060
"DOTNET_MODIFIABLE_ASSEMBLIES": "debug"
6161
},
62-
"cwd": "${workspaceFolder}/MvuxListApp",
62+
"cwd": "${workspaceFolder}/DevTKSS.Uno.MvuxListApp",
6363
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
6464
"console": "internalConsole",
6565
"stopAtEntry": false

0 commit comments

Comments
 (0)