We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f799d79 commit 6500790Copy full SHA for 6500790
src/features/terminal/terminalEnvVarInjector.ts
@@ -222,10 +222,7 @@ export class TerminalEnvVarInjector implements Disposable {
222
return;
223
}
224
225
- const result = await showInformationMessage(
226
- ActivationStrings.envFileInjectionDisabled,
227
- Common.dontShowAgain,
228
- );
+ const result = await showInformationMessage(ActivationStrings.envFileInjectionDisabled, Common.dontShowAgain);
229
if (result === Common.dontShowAgain) {
230
await state.set(ENV_FILE_NOTIFICATION_DONT_SHOW_KEY, true);
231
traceLog(`User selected "Don't Show Again" for env file notification`);
0 commit comments