question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"No suitable editors installed for Github Desktop to launch."

See original GitHub issue

Description

I have seen this issue on the forums in closed threads, and someone in one of those threads said to open a new issue if the thread closed due to inactivity. Since they seemed unsolved and the threads were closed, I have decided to open a new thread.

Issue: When trying to open a repository in Atom through GitHub Desktop, this error message pops up, “No suitable editors installed for Github Desktop to launch. Install Atom for your platform and restart GitHub Desktop to try again.” I have located Atom in C:\Users\[name]\AppData\Local\atom and tried re-installing it, and I have restarted GitHub Desktop since installing Atom, but GitHub Desktop still won’t recognize that I already have Atom installed.

Version

  • GitHub Desktop: 1.3.2 for Windows 64 bit
  • Operating system: Microsoft Windows [Version 10.0.14393]
  • Atom: 1.29.0 for Windows 64 bit

Steps to Reproduce

  1. Install and open GitHub Desktop.
  2. Install and open Atom.
  3. Close Atom.
  4. Restart GitHub Desktop.
  5. Open the Repository dropdown menu in GitHub Desktop.
  6. Click “Open in external editor.”
  7. Result in error “No suitable editors installed for Github Desktop to launch. Install Atom for your platform and restart GitHub Desktop to try again.”

Expected Behavior

Repository should open in Atom, which is already installed.

Actual Behavior

Atom does not launch. GitHub Desktop seems unable to locate Atom on my machine, even though Atom is in C:\Users\[name]\AppData\Local\atom.

Additional Information

unabletoopenatom

Logs

2018-08-07.desktop.production.log 2018-08-03.desktop.production.log

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
shiftkeycommented, Aug 7, 2018

@EmiLithium thanks for the report!

It looks like Atom hasn’t installed the %LOCALAPPDATA%\Atom\bin\atom.cmd shortcut that Desktop needs to be able to launch it correctly. Are you able to open CMD and run these commands to force it to create those?

> cd %LOCALAPPDATA%\Atom\
> atom --squirrel-updated

This should restore your bin shortcuts and Desktop should then be able to launch Atom fine.

1reaction
EmiLithiumcommented, Aug 7, 2018

Thanks! The bin folder is there now and opening Atom from GitHub works now. Glad it was such a simple fix, thanks very much @shiftkey for catching that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuring a default editor - GitHub Docs
Configuring a default editor · In the menu bar, use the GitHub Desktop drop-down menu, then click Preferences. · In the Preferences window,...
Read more >
"No editors found" even though Atom is installed #2585 - GitHub
Installed both GitHub Desktop and Atom; On GitHub Desktop, File > Options > Advanced; For "External editor" it says "No editors found.
Read more >
Github Desktop cannot detect VSCode Version 1.26.1 on ...
No suitable editors installed for Github Desktop to launch. Install Atom for your platform and restart Github Desktop to try again.
Read more >
GitHub Desktop does not detect GitHub Atom on Windows ...
We do not want a temporary fix, we want a solution in the installer. ... "No suitable editors installed for Github Desktop to...
Read more >
Setting up GitHub Desktop
You must have Git installed before using GitHub Desktop. If you do not already have Git installed, you can download and install the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found