You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
The prerequisites don't make sense for a package issue.
Description
If you have opened a directory in atom, but are editing a file from a directory below that level that belongs to a different repository (via a regular clone, submodules seem to work correctly) the opened URL belongs to the wrong repository.
Steps to Reproduce
git clone git@github.com:atom/atom.git
cd atom
git clone git@github.com:atom/open-on-github.git
atom . # note that we're opening the atom directory, not open-on-github
Open a file from the open-on-github clone
Activate "Open On Github: File"
Expected behavior: [What you expect to happen]
Links to requested file.
Actual behavior: [What actually happens]
Links to corrupt URL (generally a 404).
Reproduces how often: [What percentage of the time does it reproduce?]
100%
Versions
$ atom --version
Atom : 1.17.2
Electron: 1.3.15
Chrome : 52.0.2743.82
Node : 6.5.0