mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Add logs to test
This commit is contained in:
@@ -192,6 +192,7 @@ import { assertNoRpc } from '../utils';
|
||||
|
||||
|
||||
disposables.push(tasks.onDidStartTaskProcess(async (e) => {
|
||||
console.log('tasks.onDidStartTaskProcess fired');
|
||||
await taskExecutionShouldBeSet;
|
||||
if (e.execution === taskExecution) {
|
||||
startSucceeded = true;
|
||||
@@ -200,6 +201,7 @@ import { assertNoRpc } from '../utils';
|
||||
}));
|
||||
|
||||
disposables.push(tasks.onDidEndTaskProcess(async (e) => {
|
||||
console.log('tasks.onDidEndTaskProcess fired');
|
||||
await taskExecutionShouldBeSet;
|
||||
if (e.execution === taskExecution) {
|
||||
endSucceeded = true;
|
||||
|
||||
Reference in New Issue
Block a user