mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
address pr comments
This commit is contained in:
@@ -196,8 +196,8 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
onDidReceiveMessage: dataEmitter.event,
|
||||
onDidClose: closeEmitter.event,
|
||||
onDidEnd: endEmitter.event,
|
||||
dataHandler: d => remoteSocket.write(d),
|
||||
endHandler: () => remoteSocket.end(),
|
||||
send: d => remoteSocket.write(d),
|
||||
end: () => remoteSocket.end(),
|
||||
};
|
||||
}, connectionToken));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user