forked from steger/pr3-sose2026
refactor: simplify terminal profile settings in VSCode configuration
parent
31a61d583f
commit
d123d01a92
|
|
@ -3,10 +3,5 @@
|
|||
"terminal.integrated.env.linux": {
|
||||
"EDITOR": "code --wait"
|
||||
},
|
||||
"terminal.integrated.profiles.linux": {
|
||||
"bash": {
|
||||
"path": "bash",
|
||||
"icon": "terminal-bash"
|
||||
}
|
||||
}
|
||||
"terminal.integrated.defaultProfile.linux": "bash"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue