atom-terminal icon indicating copy to clipboard operation
atom-terminal copied to clipboard

Doesn't work on Windows 10

Open revernus opened this issue 9 years ago • 6 comments

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?

revernus avatar Jan 27 '16 14:01 revernus

Use double backslashes and see if that works. The default is 'C:\\Windows\\System32\\cmd.exe' so write it in that style.

devoxel avatar Feb 16 '16 03:02 devoxel

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.

Friduric avatar Feb 27 '16 16:02 Friduric

Same here

peterrus avatar Jun 27 '16 08:06 peterrus

works fine for me on win10 though.

dkeulen avatar Sep 07 '16 07:09 dkeulen

it seems to be fixed now, I'm not 100% since I dropped Windows for development (for these reasons).

devoxel avatar Sep 07 '16 11:09 devoxel

I have the same problem...

reuwi avatar May 05 '17 15:05 reuwi