You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(mockVscode.window.getShowWarningMessageCalls()[0]).toBe("Found duplicate 'taskIds'. This field must be unique. Expect strange behaviour. If you are trying to share a remembered value between tasks, please use 'rememberAs'. Duplicate taskIds: inputTest");
`Found duplicate 'taskIds'. This field must be unique. Expect strange behaviour. If you are trying to share a remembered value between tasks, please use 'rememberAs'. Duplicate taskIds: ${[...duplicateTaskIds].join(", ")}`);
480
+
}
481
+
482
+
if(undefined!==result){
483
+
returnresult;
435
484
}
436
485
437
486
thrownewShellCommandException(`Could not find input with command '${this.command}' and taskId '${taskId}'.`);
0 commit comments