visual studio code scroll back buffer

前端 未结 2 1497
再見小時候
再見小時候 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 15:53

    Go to File -> Preferences -> Settings

    Then overwrite "terminal.integrated.scrollback": 1000, (found in the left panel) with whatever you want in the right panel.

    UPDATE: In newer versions, in the Settings pane you can type "scrollback" as the search term and it should be found under Features/Terminal.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题