mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Also clear scrollback in smoke tests
This commit is contained in:
@@ -101,7 +101,7 @@ export function setup(options?: { skipSuite: boolean }) {
|
|||||||
// Use the simplest profile to get as little process interaction as possible
|
// Use the simplest profile to get as little process interaction as possible
|
||||||
await terminal.createEmptyTerminal();
|
await terminal.createEmptyTerminal();
|
||||||
// Erase all content and reset cursor to top
|
// Erase all content and reset cursor to top
|
||||||
await terminal.runCommandWithValue(TerminalCommandIdWithValue.WriteDataToTerminal, `${csi('2J')}${csi('H')}`);
|
await terminal.runCommandWithValue(TerminalCommandIdWithValue.WriteDataToTerminal, `${csi('2J')}${csi('3J')}${csi('H')}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('VS Code sequences', () => {
|
describe('VS Code sequences', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user