mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Uncomment in test
This commit is contained in:
@@ -117,9 +117,9 @@ import { assertNoRpc } from '../utils';
|
||||
});
|
||||
|
||||
// Wait for end of task process
|
||||
// await new Promise<void>(r => {
|
||||
// disposables.push(tasks.onDidEndTaskProcess(() => r));
|
||||
// });
|
||||
await new Promise<void>(r => {
|
||||
disposables.push(tasks.onDidEndTaskProcess(() => r));
|
||||
});
|
||||
});
|
||||
|
||||
test('sync CustomExecution task should flush all data on close', async () => {
|
||||
|
||||
Reference in New Issue
Block a user