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 6bd129a commit 01e6cf1Copy full SHA for 01e6cf1
news/3 Code Health/12809.md
@@ -0,0 +1 @@
1
+Add new services to data science IOC container and rename misspelled service.
src/test/datascience/dataScienceIocContainer.ts
@@ -1081,6 +1081,7 @@ export class DataScienceIocContainer extends UnitTestIocContainer {
1081
1082
// Make sure full interpreter services are available.
1083
registerInterpreterTypes(this.serviceManager);
1084
+ registerForIOC(this.serviceManager);
1085
1086
// Rebind the interpreter display as we don't want to use the real one
1087
this.serviceManager.rebindInstance<IInterpreterDisplay>(IInterpreterDisplay, interpreterDisplay.object);
0 commit comments