Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Oct 24, 2023
1 parent bac0e78 commit 43dfef6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Common, Interpreters } from '../../common/utils/localize';
import { IExtensionSingleActivationService } from '../../activation/types';
import { inTerminalEnvVarExperiment } from '../../common/experiments/helpers';
import { IInterpreterService } from '../../interpreter/contracts';
import { EnvironmentType, PythonEnvironment } from '../../pythonEnvironments/info';
import { PythonEnvironment } from '../../pythonEnvironments/info';
import { ITerminalEnvVarCollectionService } from '../types';
import { sleep } from '../../common/utils/async';
import { isTestExecution } from '../../common/constants';
Expand Down Expand Up @@ -69,7 +69,7 @@ export class TerminalIndicatorPrompt implements IExtensionSingleActivationServic
}
if (this.terminalEnvVarCollectionService.isTerminalPromptSetCorrectly(resource)) {
// No need to show notification if terminal prompt already indicates when env is activated.
return;
// return;
}
await this.notifyUsers(resource);
}),
Expand Down

0 comments on commit 43dfef6

Please sign in to comment.