- GitLens Version: 8.2.1
- VSCode Version: 1.22.2
- OS Version: OS X 10.13.1
Steps to Reproduce:
- Open VSCode while on a branch without an upstream
- Toggle Line Blame Annotations
I'm encountering an issue where if VSCode launches while the project directory is on a branch that doesn't have an upstream, attempts to toggle file blame annotations will fail with the error:
No upstream configured for branch <branch name>

I attempted to enable "gitlens.outputLevel": "verbose", to record any output, but no output was visible in the output pane after adding that setting and restarting VSCode.