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

Commit

Permalink
Fix #199 - add supportsLoadedSourcesRequest capability
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jul 25, 2018
1 parent 5ad1478 commit d609ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodeDebugAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ 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 d609ce9

Please sign in to comment.