atom-community / terminal

Terminal integrated with atom-community/atom
https://atom.io/packages/atomic-terminal
Other
19 stars 4 forks source link

Automatic shell detection #24

Closed aminya closed 4 years ago

aminya commented 4 years ago

Fixes #22

On Windows, as the default value for the config, this uses pwsh (PowerShellCore) if available on a system. If not it will use powershell, and in the end, it will use cmd.

aminya commented 4 years ago

Mocking which requires non-trivial adjustments which may affect the production code. As I have tested this code offline, I don't think we need to write tests for it.

aminya commented 4 years ago

I will merge this for now.