Skip to content

Commit 6500790

Browse files
committed
update2
1 parent f799d79 commit 6500790

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/features/terminal/terminalEnvVarInjector.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,7 @@ export class TerminalEnvVarInjector implements Disposable {
222222
return;
223223
}
224224

225-
const result = await showInformationMessage(
226-
ActivationStrings.envFileInjectionDisabled,
227-
Common.dontShowAgain,
228-
);
225+
const result = await showInformationMessage(ActivationStrings.envFileInjectionDisabled, Common.dontShowAgain);
229226
if (result === Common.dontShowAgain) {
230227
await state.set(ENV_FILE_NOTIFICATION_DONT_SHOW_KEY, true);
231228
traceLog(`User selected "Don't Show Again" for env file notification`);

0 commit comments

Comments
 (0)