mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
Some Atom extensions (like Nuclide) have functionality that can only be triggered by open-url events, which only work on Mac OS. With this change, `atom://` URLs can be passed on the command-line, and they will opened with the normal openUrl method on all platforms. This change doesn't set Atom up as the default handler for atom:// urls. That will require some platform-specific changes.