Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save richardpark-msft/92553d3c760cfd41f70741d233c49b45 to your computer and use it in GitHub Desktop.
Save richardpark-msft/92553d3c760cfd41f70741d233c49b45 to your computer and use it in GitHub Desktop.

Paste this into vscode's settings.json:

"go.delveConfig": {
    "substitutePath": [
      {
        "from": "/home/codespace/src",
        "to": "/workspaces"
      }
    ]
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment