未验证 提交 f637774b 编写于 作者: I Isidor Nikolic 提交者: GitHub

Merge pull request #62823 from leonm1/master

Fix #62785 empty lines in debug console copyAll
...@@ -77,7 +77,7 @@ export class CopyAllAction extends Action { ...@@ -77,7 +77,7 @@ export class CopyAllAction extends Action {
if (text) { if (text) {
text += lineDelimiter; text += lineDelimiter;
} }
text += (<IReplElement>navigator.current()).toString(); text += (<IReplElement>navigator.current()).toString().trimRight();
} }
clipboard.writeText(removeAnsiEscapeCodes(text)); clipboard.writeText(removeAnsiEscapeCodes(text));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册