Skip to content

Commit 39f7531

Browse files
style: use template literal for log message readability
Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/vscode-python-environments/sessions/d9efb122-775e-4477-9005-10a94641311d
1 parent fecb873 commit 39f7531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/terminal/terminalEnvVarInjector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export class TerminalEnvVarInjector implements Disposable {
228228
);
229229
if (result === Common.dontShowAgain) {
230230
await state.set(ENV_FILE_NOTIFICATION_DONT_SHOW_KEY, true);
231-
traceLog('User selected "Don\'t Show Again" for env file notification');
231+
traceLog(`User selected "Don't Show Again" for env file notification`);
232232
}
233233
}
234234

0 commit comments

Comments
 (0)