mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Revert unneeded export
This commit is contained in:
@@ -721,7 +721,7 @@ class ApiRequest {
|
||||
}
|
||||
}
|
||||
|
||||
export class ExtHostVirtualProcess implements ITerminalChildProcess {
|
||||
class ExtHostVirtualProcess implements ITerminalChildProcess {
|
||||
private _queuedEvents: (IQueuedEvent<string> | IQueuedEvent<number> | IQueuedEvent<{ pid: number, cwd: string }> | IQueuedEvent<ITerminalDimensions | undefined>)[] = [];
|
||||
private _queueDisposables: IDisposable[] | undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user