Skip to content

Commit a1b6d36

Browse files
author
Tim Etchells
committed
Change debug attach fail message
Fixes #15
1 parent f250aee commit a1b6d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/src/constants/strings/strings-en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"failedToAttachWithUrl": "Failed to attach debugger to {{ projectName }} at {{- debugUrl }}.",
4545
"noDebugTypeKnown": "No debug type available for project of type {{ type }}.",
4646
"noDebugPort": "No debug port set for project {{ projectName }}.",
47-
"errDetailSeparator": " - ",
47+
"errDetailSeparator": " ",
4848
"maybeAlreadyDebugging": "Are you already debugging this project?",
4949
"debuggerAttachSuccess": "Debugger attached to {{ projectName }} at {{- debugUrl }}.",
5050
"debugLaunchName": "Debug {{ projectName }}",

0 commit comments

Comments
 (0)