Merge branch 'main' into hbibkrim/114898_terminal_name_change_event

This commit is contained in:
Daniel Imms
2021-05-04 08:39:30 -07:00
committed by GitHub
1630 changed files with 48878 additions and 34670 deletions

View File

@@ -468,7 +468,7 @@ import { assertNoRpc } from '../utils';
// const terminal = window.createTerminal({ name: 'foo', pty });
// });
test('should respect dimension overrides', (done) => {
test.skip('should respect dimension overrides', (done) => {
disposables.push(window.onDidOpenTerminal(term => {
try {
equal(terminal, term);