Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Jun 30, 2020
1 parent a0dedd0 commit b2f6ab4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@
"gdbwire",
"lldbout",
"debuglineerr",
"dap",
"rpc"
],
"description": "Comma separated list of components that should produce debug output.",
Expand Down Expand Up @@ -755,7 +754,7 @@
},
{
"type": "godlvdap",
"label": "Go Dlv Dap",
"label": "Go Dlv Dap (Experimental)",
"program": "./out/src/debugAdapterDlvDap/goDlvDapDebugMain.js",
"runtime": "node",
"languages": [
Expand Down
1 change: 0 additions & 1 deletion src/debugAdapterDlvDap/goDlvDapDebug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export class GoDlvDapDebugSession extends LoggingDebugSession {
): void {
log('InitializeRequest');
response.body.supportsConfigurationDoneRequest = true;
response.body.supportsSetVariable = true;

// We respond to InitializeRequest here, because Delve hasn't been
// launched yet. Delve will start responding to DAP requests after
Expand Down

0 comments on commit b2f6ab4

Please sign in to comment.