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 b6e341e commit cbbe400Copy full SHA for cbbe400
src/test/interpreters/interpreterPathCommand.unit.test.ts
@@ -43,7 +43,7 @@ suite('Interpreter Path Command', () => {
43
});
44
45
test('If `workspaceFolder` property exists in `args`, it is used to retrieve setting from config', async () => {
46
- const args = { workspaceFolder: 'folderPath' };
+ const args = { workspaceFolder: 'folderPath', type: 'debugpy' };
47
when(interpreterService.getActiveInterpreter(anything())).thenCall((arg) => {
48
assert.deepEqual(arg, Uri.file('folderPath'));
49
0 commit comments