Skip to content

Commit

Permalink
New thin DA
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Jun 29, 2020
1 parent 93a25eb commit b979615
Show file tree
Hide file tree
Showing 8 changed files with 1,005 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@
],
"preLaunchTask": "npm"
},
{
"name": "Launch as server DlvDap",
"type": "node",
"protocol": "inspector",
"request": "launch",
"program": "${workspaceFolder}/out/src/debugAdapterDlvDap/goDlvDapDebugMain.js",
"args": [
"--server=4722"
],
"sourceMaps": true,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm"
},
{
"name": "Launch Extension Tests",
"type": "extensionHost",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b979615

Please sign in to comment.