Eric Amodio

Results 371 comments of Eric Amodio

But those were already handled differently in ServerConnection, the "raw" fetch method allowed for more general fetching, and the other fetch versions covered more specific cases for the GK API....

Pro has no effect on non-Pro features. Can you please enable debug logging by running the _GitLens: Enable Debug Logging_ command from the Command Palette (F1 or ctrl/cmd+shift+p). This will...

This is caused because of the difference between autolinks (what you have highlighted in yellow above) and the enrichment from the rich GitHub integration. Autolinks are "dumb" mappings, while the...

Open the _GitLens_ view, and select the _Remotes_ tab (or use the `GitLens: Show Remotes View` command from the command palette) ![Image](https://github.com/user-attachments/assets/c545eb46-8fc1-4227-b14e-2ceb9918bac7) And then right-click on the correct remote, and...

@dnsampaio do you mean _stage_ rather than _stash_?

This isn't something that I will likely add myself, but if the community wants to provide a PR I'm certainly open to it -- depending on the complexity and scope...

@Mattwmaster58 Thank you for the repo! We've now implemented a virtualized renderer for the Commit/Graph Details views so this performance issue should no longer be an issue. Can you please...

This is likely because GitLens can't find the commit in Git. Which is usually caused by: - not being up to date (e.g. need to fetch the latest commits) -...

Added 2 new formatting tokens `${authorFirst}` and `${authorLast}` that can be used in inline blame, commit hovers, etc For example, they can be used in the following settings: `gitlens.currentLine.format` --...

Unfortunately, GitLens can't control this -- we only get to set the desired defaults. I opened https://github.com/microsoft/vscode/issues/188221 to track this.