Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Add remote debugging debug configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Champlon committed Nov 24, 2017
1 parent 89e1a18 commit 6bb8112
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,22 @@
"${2:MyTestFunction}"
]
}
},
{
"label": "Go: Connect to server",
"description": "Connect to a remote headless debug server",
"body": {
"name": "${3:Connect to server}",
"type": "go",
"request": "launch",
"mode": "remote",
"remotePath": "^\"\\${workspaceRoot}${1:}\"",
"port": 2345,
"host": "127.0.0.1",
"program": "^\"\\${workspaceRoot}${1:}\"",
"env": {},
"args": []
}
}
],
"configurationAttributes": {
Expand Down

0 comments on commit 6bb8112

Please sign in to comment.