Currently opening a file in sourcegraph attempts to open `<url>/<host>/<filepath>` (ex: `http://localhost:1234/bitbucket.org/foo/bar/myfile`). Repositories in sourcegraph are not necessarily configured with this naming scheme. In fact in my local instance the repo name is just `foo/bar` so I must manually remove the `bitbucket.org/` segment each time.
Currently opening a file in sourcegraph attempts to open
<url>/<host>/<filepath>(ex:http://localhost:1234/bitbucket.org/foo/bar/myfile).Repositories in sourcegraph are not necessarily configured with this naming scheme.
In fact in my local instance the repo name is just
foo/barso I must manually remove thebitbucket.org/segment each time.