mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 13:16:59 +00:00
Fix build
This commit is contained in:
@@ -25,7 +25,7 @@ class TestTerminalInstance extends TerminalInstance {
|
||||
return super._getCwd(shell, root);
|
||||
}
|
||||
|
||||
protected _createProcess(root: Uri, shell: IShellLaunchConfig): void { }
|
||||
protected _createProcess(shell: IShellLaunchConfig): void { }
|
||||
protected _createXterm(): void { }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user