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 155dfce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,18 @@
"${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",
"host": "127.0.0.1",
"port": 2345
}
}
],
"configurationAttributes": {
Expand Down

0 comments on commit 155dfce

Please sign in to comment.