We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d18e5d commit 52ec9cfCopy full SHA for 52ec9cf
src/client/terminals/envCollectionActivation/service.ts
@@ -97,6 +97,7 @@ export class TerminalEnvVarCollectionService implements IExtensionActivationServ
97
98
public async activate(resource: Resource): Promise<void> {
99
try {
100
+ // TODO: Consider activating from somewhere else since we are removing `terminalEnvVar` experiment
101
// Check shellIntegration.activate first - this should work regardless of
102
// env extension or terminalEnvVar experiment
103
const settings = this.configurationService.getSettings(resource);
0 commit comments