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 f536b74 commit 8b9bca1Copy full SHA for 8b9bca1
src/client/interpreter/configuration/interpreterSelector/commands/base.ts
@@ -53,7 +53,7 @@ export abstract class BaseInterpreterSelectorCommand implements IExtensionSingle
53
},
54
];
55
}
56
- if (!this.workspaceService.workspaceFile && workspaceFolders.length === 1) {
+ if (workspaceFolders.length === 1) {
57
return [
58
{
59
folderUri: workspaceFolders[0].uri,
0 commit comments