We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0805fd commit 96d8f8fCopy full SHA for 96d8f8f
src/client/terminals/envCollectionActivation/service.ts
@@ -381,8 +381,8 @@ export class TerminalEnvVarCollectionService implements IExtensionActivationServ
381
}
382
383
// For virtual environments, get the bin directory
384
+ // TODO: Make sure we test+get it working for conda, etc as well.
385
if (interpreter.envType !== EnvironmentType.Venv && interpreter.type !== PythonEnvType.Virtual) {
- traceVerbose('Shell integration activation only supports virtual environments');
386
envVarCollection.clear();
387
return;
388
0 commit comments