We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bef610 commit 758146fCopy full SHA for 758146f
1 file changed
src/test/features/terminalEnvVarInjector.unit.test.ts
@@ -66,6 +66,9 @@ suite('TerminalEnvVarInjector', () => {
66
configurable: true,
67
});
68
69
+ // Mock workspace.onDidChangeConfiguration to return a proper disposable
70
+ sinon.stub(workspace, 'onDidChangeConfiguration').returns(new Disposable(() => {}));
71
+
72
mockScopedCollection = {
73
clear: sinon.stub(),
74
replace: sinon.stub(),
0 commit comments