diff --git a/src/test/datascience/notebook.functional.test.ts b/src/test/datascience/notebook.functional.test.ts index bfef86272771..99e3a65f8a54 100644 --- a/src/test/datascience/notebook.functional.test.ts +++ b/src/test/datascience/notebook.functional.test.ts @@ -466,6 +466,7 @@ suite('DataScience notebook tests', () => { throw new Error('Method not implemented'); } } + @injectable() class EmptyPathService implements IKnownSearchPathsForInterpreters { public getSearchPaths(): string[] { return [];