Increase terminal scrollback
This commit is contained in:
parent
63abbadb83
commit
edf11c2b1a
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@
|
||||||
"editor.smoothScrolling": true,
|
"editor.smoothScrolling": true,
|
||||||
"workbench.editor.enablePreview": false,
|
"workbench.editor.enablePreview": false,
|
||||||
"terminal.integrated.enableBell": true,
|
"terminal.integrated.enableBell": true,
|
||||||
"terminal.integrated.fontSize": 14,
|
"terminal.integrated.scrollback": 20000,
|
||||||
"terminal.integrated.scrollback": 2000,
|
|
||||||
"git.enableCommitSigning": true,
|
"git.enableCommitSigning": true,
|
||||||
"python.linting.mypyEnabled": true,
|
"python.linting.mypyEnabled": true,
|
||||||
"python.linting.flake8Enabled": true,
|
"python.linting.flake8Enabled": true,
|
||||||
|
|
Loading…
Reference in a new issue