Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Fix microsoft/vscode#55462 - add supportsLoadedSourcesRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jul 31, 2018
1 parent 9afbe95 commit b554a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chrome/chromeDebugAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ export abstract class ChromeDebugAdapter implements IDebugAdapter {
supportsExceptionInfoRequest: true,
supportsDelayedStackTraceLoading: true,
supportsValueFormattingOptions: true,
supportsEvaluateForHovers: true
supportsEvaluateForHovers: true,
supportsLoadedSourcesRequest: true
};
}

Expand Down

0 comments on commit b554a66

Please sign in to comment.