mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
@@ -263,7 +263,7 @@ export class ExtHostPseudoterminal implements ITerminalChildProcess {
|
||||
}
|
||||
|
||||
async processBinary(data: string): Promise<void> {
|
||||
// No-op, processBinary is not supported in extextion owned terminals.
|
||||
// No-op, processBinary is not supported in extension owned terminals.
|
||||
}
|
||||
|
||||
acknowledgeDataEvent(charCount: number): void {
|
||||
@@ -271,6 +271,10 @@ export class ExtHostPseudoterminal implements ITerminalChildProcess {
|
||||
// implemented it will need new pause and resume VS Code APIs.
|
||||
}
|
||||
|
||||
async setUnicodeVersion(version: '6' | '11'): Promise<void> {
|
||||
// No-op, xterm-headless isn't used for extension owned terminals.
|
||||
}
|
||||
|
||||
getInitialCwd(): Promise<string> {
|
||||
return Promise.resolve('');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user