Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration for number of scrollback line in terminal #5781

Closed
lperraud opened this issue Jul 23, 2019 · 0 comments · Fixed by #5783
Closed

Add configuration for number of scrollback line in terminal #5781

lperraud opened this issue Jul 23, 2019 · 0 comments · Fixed by #5783
Labels
enhancement issues that are enhancements to current functionality - nice to haves help wanted issues meant to be picked up, require help terminal issues related to the terminal

Comments

@lperraud
Copy link

Description

Being able to configure the number of scrollback line in the terminal is essential in some cases of verbose output.
The resulting configuration option would be similar to :[https://www.growingwiththeweb.com/2017/03/mastering-vscodes-terminal.html#increasing-the-buffer-size]

Reproduction Steps

N/A

@akosyakov akosyakov added enhancement issues that are enhancements to current functionality - nice to haves help wanted issues meant to be picked up, require help terminal issues related to the terminal labels Jul 23, 2019
vince-fugnitto added a commit that referenced this issue Jul 23, 2019
Fixes #5781

- added new preference `terminal.integrated.scrollback` to control
the number of lines the terminal keeps in its buffer
- aligned the `values`, `description` and `id` with vscode

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto added a commit that referenced this issue Aug 13, 2019
Fixes #5781

- added new preference `terminal.integrated.scrollback` to control
the number of lines the terminal keeps in its buffer
- aligned the `values`, `description` and `id` with vscode

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto added a commit that referenced this issue Aug 13, 2019
Fixes #5781

- added new preference `terminal.integrated.scrollback` to control
the number of lines the terminal keeps in its buffer
- aligned the `values`, `description` and `id` with vscode

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement issues that are enhancements to current functionality - nice to haves help wanted issues meant to be picked up, require help terminal issues related to the terminal
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants