1
0
Fork 0

refactor: simplify terminal profile settings in VSCode configuration

main
Sebastian Steger 2026-03-24 13:18:19 +00:00
parent 31a61d583f
commit d123d01a92
1 changed files with 1 additions and 6 deletions

View File

@ -3,10 +3,5 @@
"terminal.integrated.env.linux": { "terminal.integrated.env.linux": {
"EDITOR": "code --wait" "EDITOR": "code --wait"
}, },
"terminal.integrated.profiles.linux": { "terminal.integrated.defaultProfile.linux": "bash"
"bash": {
"path": "bash",
"icon": "terminal-bash"
}
}
} }