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

Commit a131f45

Browse files
committed
Remove now redundant supportsLoadedSourcesRequest
1 parent d8a0c82 commit a131f45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nodeDebugAdapter.ts

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ export class NodeDebugAdapter extends ChromeDebugAdapter {
7676
const capabilities = super.initialize(args);
7777
capabilities.supportsLogPoints = true;
7878
capabilities.supportsTerminateRequest = true;
79-
capabilities.supportsLoadedSourcesRequest = true;
8079
return capabilities;
8180
}
8281

0 commit comments

Comments
 (0)