Skip to content

Commit 86bd846

Browse files
sean-mcmanusCopilot
andcommitted
Improve quote style.
Co-authored-by: Copilot <copilot@github.com>
1 parent 04f38ac commit 86bd846

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Extension/src/Debugger/runWithoutDebuggingAdapter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ export class RunWithoutDebuggingAdapter implements vscode.DebugAdapter {
193193
}
194194
}
195195

196-
const message = localize({ key: 'no.terminal.emulator', comment: ["{Locked=\"$TERMINAL\"} {Locked=\"x-terminal-emulator\"} {Locked=\"gnome-terminal\"} {Locked=\"konsole\"} {Locked=\"xterm\"}"] },
197-
"No terminal emulator found. Please set the $TERMINAL environment variable to your terminal emulator of choice, or install one of the following: x-terminal-emulator, gnome-terminal, konsole, xterm.");
196+
const message = localize({ key: 'no.terminal.emulator', comment: ['{Locked="$TERMINAL"} {Locked="x-terminal-emulator"} {Locked="gnome-terminal"} {Locked="konsole"} {Locked="xterm"}'] },
197+
'No terminal emulator found. Please set the $TERMINAL environment variable to your terminal emulator of choice, or install one of the following: x-terminal-emulator, gnome-terminal, konsole, xterm.');
198198
vscode.window.showErrorMessage(message);
199199
}
200200

0 commit comments

Comments
 (0)