Rachel Macfarlane
Rachel Macfarlane
I've seen reports of this as well, on macOS 10.14.6. Is there any data I can collect to help diagnose the problem?
Actually, I think I now understand what is happening in my case! I have several different processes that are reading and writing to the same keychain item. If writes occur...
This sounds like a bug, thanks for reporting. The extension should write the information to the system keychain and read it back when starting up. Can you open the developer...
Are you connected to VSO/VS Codespaces when you see this?
@tnsholding I'm having trouble reproducing this issue. My machine is also build 18363. What version of VSCode and the extension are you using, and does commenting out your settings file...
Thanks! I must have accidentally run the Bash command instead of Powershell, I'm able to consistently reproduce it now. The extensions don't have an impact. @chrmarti On Windows, I'm seeing...
@AlexWitecki I just published a new version of the extension, 0.9.3, that may fix this. Can you try using it?
There is a `workbench.action.addComment` command that can be used for starting a comment, but it doesn't have a keybinding by default, so is extremely undiscoverable. There is also `workbench.action.submitComment` which...
Sure! Here is a way to reproduce the issue: 1. Open a pull request using the extension 2. Open the PR on GitHub.com and then go to the branch it...
Hmm, do you by chance have the `git.autofetch` setting set to true?