🧹and store isBinary in writeBuffer

This commit is contained in:
meganrogge
2021-03-31 14:55:13 -07:00
parent a99d2735ff
commit 962e1afa63
4 changed files with 31 additions and 18 deletions

View File

@@ -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 {