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": {
|
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue