Brent Westbrook
Brent Westbrook
I don't have very strong feelings about this, but I would lean toward just updating. OpenEye support confirmed that it was intended behavior, and we can't really pin to 2022...
Thanks for the response, that totally makes sense! And thanks for the cool alias! If I decide I REALLY, REALLY want it (😄) I'd be happy to work on a...
This seems like a good idea to me, but I'm not sure if we have control over these suggestions, at least in this case. When I try this in VS...
Sorry you're running into this, and thanks for the report! @dhruvmanila might have a better idea of what's going on here, but do you know if Ruff is installed and...
Thanks for the kind words and the suggestion! It is an interesting idea to handle this at the level of the extension, but we are planning to work on https://github.com/astral-sh/ruff/issues/1256...
Thanks for the suggestion! I'm not that familiar with the capabilities we have in VS Code, but I kind of like the idea of a one-time prompt to enable more...
I think [profiles](https://code.visualstudio.com/docs/configure/profiles#_save-as-a-github-gist) might be a good way to handle this. I saw that [github-mcp-server](https://github.com/github/github-mcp-server) has a cool link/badge with this format: ``` 'https://insiders.vscode.dev/redirect/mcp/install?name=github&config={"type": "http","url": "https://api.githubcopilot.com/mcp/"}' ``` but I think...
Could you link to the part of the documentation that said this? I believe we should already show all errors, even those without fixes, so the docs may be misleading....
Sorry for not making this clear in the original report, but I think the steps to reproduce are: 1. Have a renamed repository on GitHub 2. With the git remote...
I came across this issue while searching for a similar problem with no errors involved. I'm just trying to get the output from `gh pr list` to merge many PRs...