Given that GitHub’s atom is launched via
Update.exe --processStart "atom.exe"
in the C:\Users\..\AppData\Local\atom\ directory, is it possible to set it as the default script editor for Unity? Currently, I can only get it to launch Atom, but can’t seem to pass in the file to open.
TIA