Skip to content

Commit

Permalink
refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Jan 14, 2025
1 parent 026d0b4 commit c3f0ddf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class UnittestTestDiscoveryAdapter implements ITestDiscoveryAdapter {
const cwd = settings.testing.cwd && settings.testing.cwd.length > 0 ? settings.testing.cwd : uri.fsPath;

const cSource = new CancellationTokenSource();
// Create a deferred to return to the caller
const deferredReturn = createDeferred<void>();

token?.onCancellationRequested(() => {
Expand Down

0 comments on commit c3f0ddf

Please sign in to comment.