mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
some tweaks for inline debug adaper API; see #85544
This commit is contained in:
@@ -2824,14 +2824,12 @@ export class ProtocolServer implements vscode.DebugAdapter {
|
||||
private _sequence: number = 1;
|
||||
private _pendingRequests = new Map<number, (response: DebugProtocol.Response) => void>();
|
||||
|
||||
constructor() {
|
||||
}
|
||||
|
||||
public handleMessage(message: DebugProtocol.ProtocolMessage): void {
|
||||
this.dispatch(message);
|
||||
}
|
||||
|
||||
public stop(): void {
|
||||
public dispose() {
|
||||
}
|
||||
|
||||
public sendEvent(event: DebugProtocol.Event): void {
|
||||
|
||||
Reference in New Issue
Block a user