We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026d0b4 commit c3f0ddfCopy full SHA for c3f0ddf
src/client/testing/testController/unittest/testDiscoveryAdapter.ts
@@ -52,6 +52,7 @@ export class UnittestTestDiscoveryAdapter implements ITestDiscoveryAdapter {
52
const cwd = settings.testing.cwd && settings.testing.cwd.length > 0 ? settings.testing.cwd : uri.fsPath;
53
54
const cSource = new CancellationTokenSource();
55
+ // Create a deferred to return to the caller
56
const deferredReturn = createDeferred<void>();
57
58
token?.onCancellationRequested(() => {
0 commit comments