avoid 'integratedTerminal' and 'externalTerminal'. Rather use 'terminal' #6859
Labels
terminal
General terminal issues that don't fall under another label
Milestone
For #6654.
Right now the settings are called
"integratedTerminal.shell.linux": "/bin/bash"
"externalTerminal.windowsExec": "cmd",
If you look at other settings, we avoid camelcase in the first segment.
I'd suggest to group everything under terminal.
-> One setting that chooses which terminal type to use (e.g. when invoking 'Open in terminal').
'external', 'integrated'. IMO intergrated should be the default.
-> terminal.external.windowExec ...
-> terminal.integrated.shell
The text was updated successfully, but these errors were encountered: