-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
atom editor not working #79
Comments
I have the same issue after updating to Atom v1.12.4. |
Does the binary exist?
I'm not an atom user, so I don't see why this would stop working. Perhaps the location of the atom binary recently changed? |
yes.. here's the output:
|
I just downloaded Atom 1.12.6 (Mac) from https://atom.io and it works fine for me. Here is what I put in ---
:editor: /usr/local/bin/atom I'm using xray-rails 0.2.0. Are you getting a 500 error in the browser (check the network tab of the developer tools) or any messages in the Rails server output? |
Hey Matt, re-downloaded atom 1.12.6 from atom.io and put I'm not really using it right now, so it's not a problem for me personally, i work with sublime text too. Thanks again for this great gem. |
Hello,
With subl everything works well. But I can't seem to make it work with atom.
I tried putting:
EDITOR = '/usr/local/bin/atom'
in my .env file, nothing happens when clicked.
Exact same behavior when I use ~/.xrayconfig with:
:editor: '/usr/local/bin/atom'
Any ideas ?
The text was updated successfully, but these errors were encountered: