mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
🧹and store isBinary in writeBuffer
This commit is contained in:
@@ -227,7 +227,7 @@ export class ExtHostPseudoterminal implements ITerminalChildProcess {
|
||||
}
|
||||
|
||||
processBinary(data: string) {
|
||||
throw new Error('not implemented');
|
||||
// No-op, processBinary is not supported in extextion owned terminals.
|
||||
}
|
||||
|
||||
acknowledgeDataEvent(charCount: number): void {
|
||||
|
||||
Reference in New Issue
Block a user