提交 a3aa6fdd 编写于 作者: J Joao Moreno

output: scrollBeyondLastLine false

fixes #7237
上级 fb9865d0
......@@ -84,6 +84,7 @@ export class OutputPanel extends StringEditor {
options.lineDecorationsWidth = 20;
options.rulers = [];
options.folding = false;
options.scrollBeyondLastLine = false;
const channel = this.outputService.getActiveChannel();
options.ariaLabel = channel ? nls.localize('outputPanelWithInputAriaLabel', "{0}, Output panel", channel.label) : nls.localize('outputPanelAriaLabel', "Output panel");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册