Doesn't work on Windows 10
It simply doesn't work on Windows 10. Ctrl + Shift + T has no effect whatsoever. I appended this to the end of File >> Open your config:
"atom-terminal":
app: "C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe"
It doesn't work either if I replace / by \. When I do this, after restarting Atom, the config file strangely look like this:
"atom-terminal":
app: "C:WindowsSystem32WindowsPowerShell\u000b1.0powershell.exe"
Could someone help me, please?
Use double backslashes and see if that works. The default is 'C:\\Windows\\System32\\cmd.exe' so write it in that style.
Doesn't work on Windows 10 for me: nothing happens when I use the keybindings.
I tried using double backslashes as described and it didn't help.
Running Windows 10 64bit.
Same here
works fine for me on win10 though.
it seems to be fixed now, I'm not 100% since I dropped Windows for development (for these reasons).
I have the same problem...