mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-21 15:49:15 +01: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