mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
fix #121523
This commit is contained in:
@@ -468,7 +468,7 @@ import { assertNoRpc } from '../utils';
|
||||
// const terminal = window.createTerminal({ name: 'foo', pty });
|
||||
// });
|
||||
|
||||
test.skip('should respect dimension overrides', (done) => {
|
||||
test('should respect dimension overrides', (done) => {
|
||||
disposables.push(window.onDidOpenTerminal(term => {
|
||||
try {
|
||||
equal(terminal, term);
|
||||
|
||||
Reference in New Issue
Block a user