Having the Atlassian vscode extension installed, I can't view PRs in the explorer and even though I can open them using the "Open in VSCode" I cannot checkout the branch getting this message. Any hints please?
The "no workspace repo" error is a little misleading. VS Code will open the PR review tab in the frontmost open window. If that window isn't associated with a folder containing the Git repo associated with the PR checking out the branch will fail with that error.
Regarding there being no pull requests showing, my first guess would just be that there are no open PRs in the Bitbucket repository. If there are open PRs you can check to see if there are any errors being logged
Open the settings for VS Code and search “output level”, there will probably be a few results, one of them should be “Atlassian” in the “Extensions” section.
Set the output level to “debug”.
If you don’t already have a terminal open in VS Code, select New Terminal from the Terminal menu.
Select the “Output” tab in the terminal”.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.