Skip to content

Commit 96d8f8f

Browse files
committed
dqwdwqd
1 parent c0805fd commit 96d8f8f

File tree

1 file changed

+1
-1
lines changed
  • src/client/terminals/envCollectionActivation

1 file changed

+1
-1
lines changed

src/client/terminals/envCollectionActivation/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ export class TerminalEnvVarCollectionService implements IExtensionActivationServ
381381
}
382382

383383
// For virtual environments, get the bin directory
384+
// TODO: Make sure we test+get it working for conda, etc as well.
384385
if (interpreter.envType !== EnvironmentType.Venv && interpreter.type !== PythonEnvType.Virtual) {
385-
traceVerbose('Shell integration activation only supports virtual environments');
386386
envVarCollection.clear();
387387
return;
388388
}

0 commit comments

Comments
 (0)