We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67af7f commit 4bd0f33Copy full SHA for 4bd0f33
docs/debugging.md
@@ -581,7 +581,7 @@ Use the following `launch` configuration to tell `dlv` to execute a binary preco
581
"mode": "exec",
582
"program": "/absolute/path/to/remote/workspace/program/executable",
583
"substitutePath": [
584
- { "from": ${workspaceFolder}, "to": "/path/to/remote/workspace" },
+ { "from": "${workspaceFolder}", "to": "/path/to/remote/workspace" },
585
...
586
]
587
}
0 commit comments