mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Fix text clipping in Copilot Chat inline terminal for alternate buffer message (#292957)
This commit is contained in:
@@ -305,7 +305,7 @@ const telemetryIgnoredSequences = [
|
||||
'\x1b[O', // Focus out
|
||||
];
|
||||
|
||||
const altBufferMessage = localize('runInTerminalTool.altBufferMessage', "The command opened the alternate buffer.");
|
||||
const altBufferMessage = '\n' + localize('runInTerminalTool.altBufferMessage', "The command opened the alternate buffer.");
|
||||
|
||||
|
||||
export class RunInTerminalTool extends Disposable implements IToolImpl {
|
||||
|
||||
Reference in New Issue
Block a user