From edf11c2b1a910cdb0c5ee3cb18cec243edccc0e8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 25 Jul 2023 11:30:41 +0100 Subject: [PATCH] Increase terminal scrollback --- files/vscode-settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/vscode-settings.json b/files/vscode-settings.json index e219e64..eed5405 100644 --- a/files/vscode-settings.json +++ b/files/vscode-settings.json @@ -29,8 +29,7 @@ "editor.smoothScrolling": true, "workbench.editor.enablePreview": false, "terminal.integrated.enableBell": true, - "terminal.integrated.fontSize": 14, - "terminal.integrated.scrollback": 2000, + "terminal.integrated.scrollback": 20000, "git.enableCommitSigning": true, "python.linting.mypyEnabled": true, "python.linting.flake8Enabled": true,