Skip to content

Commit b73476c

Browse files
DevTKSSCopilot
andcommitted
chore: fix path in src/.vscode/launch.json
Co-authored-by: Copilot <[email protected]>
1 parent 453ba3c commit b73476c

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
@@ -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)