Improves "Inline Blame" step of the walkthrough (#4860)#4861
Merged
Conversation
24b81e5 to
4c53838
Compare
4c53838 to
9866617
Compare
sergeibbb
added a commit
that referenced
this pull request
Jan 9, 2026
🤖 Augment PR SummarySummary: Updates the Welcome walkthrough “Inline Blame” step to target line-level blame and adds a direct “Configure Inline Blame” CTA that opens the Settings webview at the inline-blame section. Why: Improves walkthrough completion reliability (tracking 🤖 Was this summary useful? React with 👍 or 👎 |
d13
approved these changes
Jan 12, 2026
Member
d13
left a comment
There was a problem hiding this comment.
As discussed, we'll use both line and file blame commands. Then, good to go.
sergeibbb
added a commit
that referenced
this pull request
Jan 12, 2026
9866617 to
89ffa9e
Compare
89ffa9e to
85f8012
Compare
sergeibbb
added a commit
that referenced
this pull request
Jan 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4860 (PLG-121)
Description
gitBlamestep of the Walkthrough by toggling "line-blame" rather than by "file-blame" (yes, it keeps completing the step on toggling).It leaves one problem with completion that is discussed in this thread.
Checklist
Fixes $XXX -orCloses #XXX -prefix to auto-close the issue that your PR addresses