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
The Alt+A "Open in sourcegraph" shortcut and commands have a bug, Ive narrowed it down to potentially here, the issue being when the branch name also has a / in it e.g. origin/nsc/sample, I get repoInfo(...) Error: no configured git remotes, but it works on branches without a / in it
The change seems to have been introduced in #122 and last touched since by @tjkandala in #134 🙂
The Alt+A "Open in sourcegraph" shortcut and commands have a bug, Ive narrowed it down to potentially here, the issue being when the branch name also has a / in it e.g.
origin/nsc/sample, I getrepoInfo(...) Error: no configured git remotes, but it works on branches without a/in itThe change seems to have been introduced in #122 and last touched since by @tjkandala in #134 🙂