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

Commit

Permalink
Remove now redundant supportsLoadedSourcesRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jul 31, 2018
1 parent d8a0c82 commit a131f45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nodeDebugAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export class NodeDebugAdapter extends ChromeDebugAdapter {
const capabilities = super.initialize(args);
capabilities.supportsLogPoints = true;
capabilities.supportsTerminateRequest = true;
capabilities.supportsLoadedSourcesRequest = true;
return capabilities;
}

Expand Down

0 comments on commit a131f45

Please sign in to comment.