karan / atom-terminal

Atom package to open terminal on current file's directory with "ctrl-shift-t"
https://atom.io/packages/atom-terminal
MIT License
70 stars 30 forks source link

Opening terminal results in 2 windows opening #30

Open phawxby opened 9 years ago

phawxby commented 9 years ago

On Windows 8.1 Enterprise pressing ALT+SHIFT+T runs the openroot function twice causing two windows to open, it should only open one.

I also checked open (CTRL+SHIFT+T), that's the same but the broken code prevents it working anyway.

tkw1536 commented 9 years ago

Try restarting atom. This happens when you update the package. This does not seem to be anything we can fix.

polarathene commented 9 years ago

I've restarted atom, uninstalled/reinstalled the package. CTRL+SHIFT+T does nothing, ALT+SHIFT+T opens two terminals(cmd.exe). Also Win 8.1 x64

dkeulen commented 8 years ago

two windows with the same project root? or do you have multipule project folders and it opens a terminal for both projects? because thats what i have now, i have 2 projects opened in atom, and it always starts a terminal for every project folder i.s.o. the project i right click on or select (i wish it just opens for the project i selected or clicked on).