When you use the sourcegraph:open (Alt+A) command on Windows, the browser opens at: https://sourcegraph.mycompany.com/github.com/mycompany/myrepo/-/blob/src%5Cactions%5Cauth.js#L29:22 Instead of: https://sourcegraph.mycompany.com/github.com/mycompany/myrepo/-/blob/src/actions/auth.js#L29:22 I think you need to replace the windows backslash for a forward slash for all paths.
When you use the sourcegraph:open (Alt+A) command on Windows, the browser opens at:
https://sourcegraph.mycompany.com/github.com/mycompany/myrepo/-/blob/src%5Cactions%5Cauth.js#L29:22
Instead of:
https://sourcegraph.mycompany.com/github.com/mycompany/myrepo/-/blob/src/actions/auth.js#L29:22
I think you need to replace the windows backslash for a forward slash for all paths.