File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/client/testing/common Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33
44'use strict' ;
55
6- import { inject } from 'inversify' ;
6+ import { inject , injectable } from 'inversify' ;
77import { ConfigurationChangeEvent } from 'vscode' ;
88import { IExtensionSingleActivationService } from '../../activation/types' ;
99import { IWorkspaceService } from '../../common/application/types' ;
@@ -13,6 +13,7 @@ import { EventName } from '../../telemetry/constants';
1313import { ITestConfigSettingsService } from '../types' ;
1414import { ITestsHelper , TestProvider } from './types' ;
1515
16+ @injectable ( )
1617export class EnablementTracker implements IExtensionSingleActivationService {
1718 constructor (
1819 @inject ( IWorkspaceService ) private readonly workspaceService : IWorkspaceService ,
You can’t perform that action at this time.
0 commit comments