mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
This commit is contained in:
@@ -347,7 +347,7 @@ import { assertNoRpc, poll } from '../utils';
|
||||
suite('window.onDidWriteTerminalData', () => {
|
||||
test('should listen to all future terminal data events', (done) => {
|
||||
const openEvents: string[] = [];
|
||||
const dataEvents: { name: string, data: string }[] = [];
|
||||
const dataEvents: { name: string; data: string }[] = [];
|
||||
const closeEvents: string[] = [];
|
||||
disposables.push(window.onDidOpenTerminal(e => openEvents.push(e.name)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user