pusher / atom-pair

An Atom package that allows for epic pair programming
MIT License
1.45k stars 28 forks source link

No settings option on 2.0.6 #75

Closed raymondhardy closed 9 years ago

raymondhardy commented 9 years ago

Updated to 2.0.6 and there is no longer a settings option. Reverted back to 2.0.5 and it is back. I am unable to update to 2.0.6 at this time.

ikaruce commented 9 years ago

I got a same situation. @raymondhardy Can you tell me how to revert back ?

raymondhardy commented 9 years ago

Uninstall the plugin Close atom Then run the following command from command line. (You need atom command line tools installed) apm install atom-pair@2.0.5

On Tue, Aug 25, 2015, 9:17 PM Chris notifications@github.com wrote:

I got a same situation. @raymondhardy https://github.com/raymondhardy Can you tell me how to revert back ?

— Reply to this email directly or view it on GitHub https://github.com/pusher/atom-pair/issues/75#issuecomment-134824337.

jpatel531 commented 9 years ago

Sorry about that! When I separated out the 'Session' object from the main module, I accidentally took the settings page along with it, when it has to be part of the main module. 2.0.7 should resolve this