Skip to content

Commit

Permalink
Set up testing rewrite experiment (microsoft#21258)
Browse files Browse the repository at this point in the history
is the beginning of this issue:
microsoft#21150, in that it will
start the process of implementing the setting in the extension
  • Loading branch information
eleanorjboyd committed May 30, 2023
1 parent 491f6b0 commit a15dd23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/testing/testController/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ import { ITestDebugLauncher } from '../common/types';
import { pythonTestAdapterRewriteEnabled } from './common/utils';
import { IServiceContainer } from '../../ioc/types';
import { PythonResultResolver } from './common/resultResolver';
import { pythonTestAdapterRewriteEnabled } from './common/utils';
import { IServiceContainer } from '../../ioc/types';

// Types gymnastics to make sure that sendTriggerTelemetry only accepts the correct types.
type EventPropertyType = IEventNamePropertyMapping[EventName.UNITTEST_DISCOVERY_TRIGGER];
Expand Down

0 comments on commit a15dd23

Please sign in to comment.