Skip to content

Commit 52ec9cf

Browse files
committed
TODO
1 parent 7d18e5d commit 52ec9cf

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/client/terminals/envCollectionActivation/service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export class TerminalEnvVarCollectionService implements IExtensionActivationServ
9797

9898
public async activate(resource: Resource): Promise<void> {
9999
try {
100+
// TODO: Consider activating from somewhere else since we are removing `terminalEnvVar` experiment
100101
// Check shellIntegration.activate first - this should work regardless of
101102
// env extension or terminalEnvVar experiment
102103
const settings = this.configurationService.getSettings(resource);

0 commit comments

Comments
 (0)