Paste this into vscode's settings.json:
"go.delveConfig": {
"substitutePath": [
{
"from": "/home/codespace/src",
"to": "/workspaces"
}
]Paste this into vscode's settings.json:
"go.delveConfig": {
"substitutePath": [
{
"from": "/home/codespace/src",
"to": "/workspaces"
}
]| // Place your key bindings in this file to override the defaultsauto[] | |
| [ | |
| { | |
| "key": "ctrl+alt+c", | |
| "command": "workbench.debug.action.focusCallStackView" | |
| }, | |
| { | |
| "key": "ctrl+shift+f9", | |
| "command": "editor.debug.action.selectionToWatch" | |
| }, |