Alex Ross
Alex Ross
@Josar could you try out the latest VS Code Insiders with the latest GitHub Pull Requests and Issues pre-release extension? You no longer need to use a PAT to sign...
@rchiodo is this what you see?  There isn't an inexpensive way for the command to be disabled, so we won't know that the file isn't in the repo until...
@rchiodo I haven't been able to reproduce this issue. Are you still seeing it? Some things I've tried: - a file that is git-ignored in the open repo - a...
Thanks! The reason I couldn't reproduce it is because vscode.d.ts actually _was_ tracked by git in that repository at one point. The commit referenced in the link that's create is...
@lszomoru it's an edge case. Let's leave the issue open and see how many others hit it before adding new API for it.
Since you're seeing this error with all the views it looks like an upstream issue with VS Code: https://github.com/microsoft/vscode/issues/158446 There was an extension specific issue, but that only occurred with...
We actually have this feature already (though it's a bit difficult to find)! To use: 1. Check out the pull request you want to make a suggestion on. 2. Make...
There are several parts that will need to be done here: - Show ```suggestion blocks in some way in the comment widget (https://github.com/microsoft/vscode-pull-request-github/pull/4248) - The comment widget just allows markdown,...
We could probably just get a count cheaply without having to load all the PRs.
Folks who are seeing these issues: can you please try out VS Code Insiders with the latest pre-release version of the extension? There are some important changes there that might...