Skip to content

Commit 2d22fff

Browse files
authored
Fix broken debugger tests due to missing IFileSystem (#9189)
1 parent 61707ff commit 2d22fff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/debugger/envVars.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ suite('Resolving Environment Variables when Debugging', () => {
4949
function initializeDI() {
5050
ioc = new UnitTestIocContainer();
5151
ioc.registerProcessTypes();
52+
ioc.registerFileSystemTypes();
5253
ioc.registerVariableTypes();
5354
ioc.registerMockProcess();
5455
}

0 commit comments

Comments
 (0)