File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/client/interpreter/virtualEnvs Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,9 @@ export class ActivatedEnvironmentLaunch implements IActivatedEnvironmentLaunch {
8585
8686 @cache ( - 1 , true )
8787 private async _selectIfLaunchedViaActivatedEnv ( doNotBlockOnSelection = false ) : Promise < string | undefined > {
88- if ( this . workspaceService . workspaceFile ) {
89- // Assuming multiroot workspaces cannot be directly launched via `code .` command.
90- return undefined ;
91- }
9288 if ( process . env . VSCODE_CLI !== '1' ) {
9389 // We only want to select the interpreter if VS Code was launched from the command line.
90+ traceLog ( "Skipping ActivatedEnv Detection: process.env.VSCODE_CLI !== '1'" ) ;
9491 return undefined ;
9592 }
9693 traceVerbose ( 'VS Code was not launched from the command line' ) ;
You can’t perform that action at this time.
0 commit comments