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"
}
]
}