Increase terminal scrollback

This commit is contained in:
Jake Howard 2023-07-25 11:30:41 +01:00
parent 63abbadb83
commit edf11c2b1a
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 2 deletions

View File

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