mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
@@ -563,6 +563,9 @@ export abstract class BaseExtHostTerminalService extends Disposable implements I
|
||||
|
||||
public $acceptProcessInput(id: number, data: string): void {
|
||||
this._terminalProcesses.get(id)?.input(data);
|
||||
}
|
||||
|
||||
public $acceptTerminalInteraction(id: number): void {
|
||||
const terminal = this._getTerminalById(id);
|
||||
if (terminal?.setInteractedWith()) {
|
||||
this._onDidChangeTerminalState.fire({
|
||||
|
||||
Reference in New Issue
Block a user