Alex Ross
Alex Ross
Are you on a PR branch, the repo default branch, or some other branch that exists on the origin?
@dinofx I still can't repro this. I strongly suspect it's being caused by a different extension. Are you still seeing it?
`githubPullRequests.notifications` is actually for showing a blue color on PRs in the Pull Requests view. Now that we have a notifications view we should maybe remove that setting and the...
Hmm, if this is how it works in the text editor then I would leave it as is. I think it just felt weird because there was only one sash...
@bpasero this is probably coming from the history service. We could add a check to see if the file exists. Would you like to fix this in the history service...
Yes, I would need to make an `fs` call each time the dialog opens.
Given that we would need to do an fs call to validate the paths (resulting in a slower experience every time the file picker is opened) and that the scenario...
Can you share a copy/pastable snippet that I can use to reproduce the issue?
Thank you! Duplicate of upstream issue: https://github.com/jeff-hykin/better-c-syntax/issues/4
Yes, this is a problem somewhere in the port forwarding. We aren't handling the case where local socket gets an error (which is what is happening here). This results in...