visual studio code scroll back buffer

前端 未结 2 1541
再見小時候
再見小時候 2021-01-30 15:39

Is there a way to control how many lines can be in the scroll back buffer? I need a few thousand lines. I\'m writing testing code and have extensive output going to a log but I

2条回答
  •  梦谈多话
    2021-01-30 16:06

    I think this is a setting of the terminal app you are using, eg Terminal.app on OSX or (default) xterm on Linux. If you modify the scrollback limit in those apps it should be reflected in vscode.

    I opened this to ask the vscode guys for verification: https://github.com/Microsoft/vscode/issues/14320

提交回复
热议问题