increase vscode terminal buffer from 1000 to 65536 (can be increased in the future)

This commit is contained in:
Kim, Jimin 2025-04-27 08:26:39 +09:00
parent 12310db8e1
commit 17fe105928
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -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;