increase vscode terminal buffer from 1000 to 65536 (can be increased in the future)
This commit is contained in:
parent
12310db8e1
commit
17fe105928
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
"terminal.integrated.defaultProfile.linux" = "zsh";
|
||||
"terminal.integrated.enableMultiLinePasteWarning" = "never";
|
||||
"terminal.integrated.enablePersistentSessions" = false;
|
||||
"terminal.integrated.scrollback" = 65536; # default is 1000
|
||||
|
||||
# git
|
||||
"git.autofetch" = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue