mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
less implicit any (#70352)
This commit is contained in:
@@ -996,8 +996,8 @@ class MultiTracker implements vscode.DebugAdapterTracker {
|
||||
}
|
||||
|
||||
interface IDapTransport {
|
||||
start(cb: (msg: DebugProtocol.ProtocolMessage) => void, errorcb: (event: DebugProtocol.Event) => void);
|
||||
send(message: DebugProtocol.ProtocolMessage);
|
||||
start(cb: (msg: DebugProtocol.ProtocolMessage) => void, errorcb: (event: DebugProtocol.Event) => void): void;
|
||||
send(message: DebugProtocol.ProtocolMessage): void;
|
||||
stop(): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user