Batch ack events coming from client

This commit is contained in:
Daniel Imms
2021-01-12 12:29:12 -08:00
parent 3232112f9b
commit 22c88cfaae
4 changed files with 57 additions and 34 deletions

View File

@@ -221,10 +221,8 @@ export class ExtHostPseudoterminal implements ITerminalChildProcess {
}
acknowledgeDataEvent(charCount: number): void {
// TODO: Determine whether ExtHostPseudoterminal terminals should support flow control, this
// would need resume/pause APIs
// No-op
// No-op, flow control is not supported in extension owned terminals. If this is ever
// implemented it will need new pause and resume VS Code APIs.
}
getInitialCwd(): Promise<string> {