Skip to content

Commit

Permalink
terminal.integrated.scrollback 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Sep 16, 2024
1 parent aed41f4 commit 542b9ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"vscode": {
"settings": {
"editor.fontSize": 16,
"terminal.integrated.fontSize": 16
"terminal.integrated.fontSize": 16,
"terminal.integrated.scrollback": 1000
},
"extensions": [
"dbaeumer.vscode-eslint",
Expand Down
2 changes: 1 addition & 1 deletion ansible-tower/ansible-tower.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo -e '\e[38;5;198m'"++++ "
sudo rm -rf /opt/awx
sudo mkdir -p /opt/awx
sudo chown -R vagrant:vagrant /opt/awx
sudo --preserve-env=PATH -u vagrant git clone https://github.com/ansible/awx.git /opt/awx --depth 1 --branch 21.7.0 # 24.6.1
sudo --preserve-env=PATH -u vagrant git clone https://github.com/ansible/awx.git /opt/awx --depth 1 --branch 22.5.0 # 21.7.0 # 24.6.1

cd /opt/awx

Expand Down

0 comments on commit 542b9ad

Please sign in to comment.