SublimeText / PowerShell

Support for the MS PowerShell programming language.
MIT License
312 stars 80 forks source link

Use pwsh as cmd on non-Windows platforms #156

Closed theaquamarine closed 6 years ago

theaquamarine commented 6 years ago

powershell.exe is only provided by Windows PowerShell, PSCore (ie non-Windows) uses pwsh.

This means that the build system is currently unusable outside of Windows Powershell, without symlinking pwsh to powershell.exe or similar.

Discussion of naming: https://github.com/PowerShell/PowerShell/issues/4214#issuecomment-335989245

vors commented 6 years ago

Good call