Skip to content

Commit 1a4ba5b

Browse files
committed
Increase vscode terminal buffer.
1 parent 5ee9482 commit 1a4ba5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup-vscode.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ vscode_settings='{
4848
"python.linting.pylintEnabled": false,
4949
"python.pythonPath": "'$python_path'",
5050
"python.terminal.activateEnvironment": true,
51+
"terminal.integrated.scrollback": 10000,
5152
"workbench.editor.labelFormat": "default",
5253
"workbench.tree.indent": 16,
5354
"yaml.customTags": [

0 commit comments

Comments
 (0)