Skip to content

Commit b73476c

Browse files
DevTKSSCopilot
andcommitted
chore: fix path in src/.vscode/launch.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 453ba3c commit b73476c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"env": {
4040
"DOTNET_MODIFIABLE_ASSEMBLIES": "debug"
4141
},
42-
"cwd": "${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp",
42+
"cwd": "${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp-1",
4343
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
4444
"console": "internalConsole",
4545
"stopAtEntry": false

0 commit comments

Comments
 (0)