SpartanJ / ecode

Lightweight multi-platform code editor designed for modern hardware with a focus on responsiveness and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

powershell is being opened externally on windows

zhaolinlau opened this issue · comments

For now, when i press ctrl + shift + t, it does open the terminal but externally, is it possible to make it open internally?

im using latest version of powershell:
https://github.com/PowerShell/PowerShell

If it opens externally it's because you're using an old Windows (probably 8/8.1). It's not possible due to a Windows 8 limitation. This was added as an alternative to the limitations of the OS, otherwise terminals always open as a new tab.

More info: #145, #178 and #207.