mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
properly register debug types
This commit is contained in:
@@ -463,6 +463,7 @@ export interface MainThreadSCMShape extends IDisposable {
|
||||
export type DebugSessionUUID = string;
|
||||
|
||||
export interface MainThreadDebugServiceShape extends IDisposable {
|
||||
$registerDebugTypes(debugTypes: string[]);
|
||||
$acceptDAMessage(handle: number, message: DebugProtocol.ProtocolMessage);
|
||||
$acceptDAError(handle: number, name: string, message: string, stack: string);
|
||||
$acceptDAExit(handle: number, code: number, signal: string);
|
||||
|
||||
Reference in New Issue
Block a user