File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,8 @@ import {
271
271
EnvironmentActivationServiceCache
272
272
} from '../../client/interpreter/activation/service' ;
273
273
import { IEnvironmentActivationService } from '../../client/interpreter/activation/types' ;
274
+ import { InterpreterSecurityService } from '../../client/interpreter/autoSelection/interpreterSecurity/interpreterSecurityService' ;
275
+ import { IInterpreterSecurityService } from '../../client/interpreter/autoSelection/types' ;
274
276
import { InterpreterComparer } from '../../client/interpreter/configuration/interpreterComparer' ;
275
277
import { InterpreterSelector } from '../../client/interpreter/configuration/interpreterSelector' ;
276
278
import { PythonPathUpdaterService } from '../../client/interpreter/configuration/pythonPathUpdaterService' ;
@@ -553,6 +555,10 @@ export class DataScienceIocContainer extends UnitTestIocContainer {
553
555
this . serviceManager . addSingleton < ICodeCssGenerator > ( ICodeCssGenerator , CodeCssGenerator ) ;
554
556
this . serviceManager . addSingleton < IStatusProvider > ( IStatusProvider , StatusProvider ) ;
555
557
this . serviceManager . addSingleton < IInterpreterPathService > ( IInterpreterPathService , InterpreterPathService ) ;
558
+ this . serviceManager . addSingleton < IInterpreterSecurityService > (
559
+ IInterpreterSecurityService ,
560
+ InterpreterSecurityService
561
+ ) ;
556
562
this . serviceManager . addSingletonInstance < IAsyncDisposableRegistry > (
557
563
IAsyncDisposableRegistry ,
558
564
this . asyncRegistry
You can’t perform that action at this time.
0 commit comments