Skip to content

Commit 4bd0f33

Browse files
hellodudusuzmue
authored andcommitted
docs/debugging.md: fix missing "" in example
missing "" in the substitutePath example Change-Id: I0ef388dcb78e3843541803dc301c0e8b24051045 GitHub-Last-Rev: 9bbfd29 GitHub-Pull-Request: #2336 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/417315 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Jamal Carvalho <[email protected]>
1 parent d67af7f commit 4bd0f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ Use the following `launch` configuration to tell `dlv` to execute a binary preco
581581
"mode": "exec",
582582
"program": "/absolute/path/to/remote/workspace/program/executable",
583583
"substitutePath": [
584-
{ "from": ${workspaceFolder}, "to": "/path/to/remote/workspace" },
584+
{ "from": "${workspaceFolder}", "to": "/path/to/remote/workspace" },
585585
...
586586
]
587587
}

0 commit comments

Comments
 (0)