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 312e4ca commit 6fe70c2Copy full SHA for 6fe70c2
src/client/terminals/envCollectionActivation/service.ts
@@ -98,7 +98,7 @@ export class TerminalEnvVarCollectionService implements IExtensionActivationServ
98
public async activate(resource: Resource): Promise<void> {
99
try {
100
if (useEnvExtension()) {
101
- traceVerbose('Return early of activate since env extension is being used');
+ traceVerbose('Ignoring environment variable experiment since env extension is being used');
102
this.context.environmentVariableCollection.clear();
103
// Needed for shell integration
104
await registerPythonStartup(this.context);
0 commit comments