File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1+ Fix functional test failures due to new WindowsStoreInterpreter addition
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ import {
221221import  {  PipEnvService  }  from  '../../client/interpreter/locators/services/pipEnvService' ; 
222222import  {  PipEnvServiceHelper  }  from  '../../client/interpreter/locators/services/pipEnvServiceHelper' ; 
223223import  {  WindowsRegistryService  }  from  '../../client/interpreter/locators/services/windowsRegistryService' ; 
224+ import  {  WindowsStoreInterpreter  }  from  '../../client/interpreter/locators/services/windowsStoreInterpreter' ; 
224225import  { 
225226 WorkspaceVirtualEnvironmentsSearchPathProvider , 
226227 WorkspaceVirtualEnvService 
@@ -348,6 +349,7 @@ export class DataScienceIocContainer extends UnitTestIocContainer {
348349 this . serviceManager . addSingletonInstance < IAsyncDisposableRegistry > ( IAsyncDisposableRegistry ,  this . asyncRegistry ) ; 
349350 this . serviceManager . addSingleton < IPythonInPathCommandProvider > ( IPythonInPathCommandProvider ,  PythonInPathCommandProvider ) ; 
350351 this . serviceManager . addSingleton < IEnvironmentActivationService > ( IEnvironmentActivationService ,  EnvironmentActivationService ) ; 
352+  this . serviceManager . addSingleton < WindowsStoreInterpreter > ( WindowsStoreInterpreter ,  WindowsStoreInterpreter ) ; 
351353 this . serviceManager . add < ICodeWatcher > ( ICodeWatcher ,  CodeWatcher ) ; 
352354 this . serviceManager . add < IDataScienceCodeLensProvider > ( IDataScienceCodeLensProvider ,  DataScienceCodeLensProvider ) ; 
353355 this . serviceManager . add < ICodeExecutionHelper > ( ICodeExecutionHelper ,  CodeExecutionHelper ) ; 
                         You can’t perform that action at this time. 
           
                  
0 commit comments