vscode winmerge xxdiff difftool.<tool>.cmd Specify the command to invoke the specified diff tool. The specified command is evaluated in shell with the following variables available: LOCAL is set to the name of the temporary file containing the contents of the diff pre-image and REMOTE ...
microsoft / vscode Public Notifications Fork 29.7k Star 165k New issue Jump to bottom Git - only show git blame information for the active text editor #236274 Merged lszomoru merged 1 commit into main from lszomoru/optimistic-wildcat Dec 16, 2024 +15 −12 Conversation 0 Commits ...
microsoft / vscode Public Notifications Fork 29.7k Star 165k Monaco Editor checks Git - only show git blame information for the active text editor (#23… #69993 Sign in to view logs Summary Summary Jobs Monaco Editor checks Run details ...
Closed radar pushed a commit to radar/vscode-gitblame that referenced this issue on May 22, 2019 1.7.0 - Closes waderyan#1, waderyan#3, waderyan#6 … d616b1a Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees...
Testing #235028 Click and drag to make a multi-line selection Bug The inline blame decoration moves along with the mouse cursor, which is distracting I'd find it better if blame only showed after the selection has been made instead of wh...
DanTup/vscodeadd-show-preview-to-workspace-edit-metadata 471 Branches214 TagsCode This branch is 5 commits ahead of, 1748 commits behind microsoft/vscode:main.Folders and filesLatest commit DanTup Merge branch 'main' into add-show-preview-to-workspace-edit-metadata...
vscode/extensions/git/src/repository.ts Lines 1540 to 1578 in44c5f1a asyncgetBranchBase(ref:string):Promise<Branch|undefined>{ constbranch=awaitthis.getBranch(ref); // Git config constmergeBaseConfigKey=`branch.${branch.name}.vscode-merge-base`; ...
Testing #235028 I think it would be useful to see the entire commit message when hovering over blame annotation. Most of the subject is already shown in the editor so showing it again in the hover feels redundant
Delete a tracked file and stage the change Currently this keeps showing the original blame info. Should it show Not Committed Yet (staged) instead?mjbvz assigned lszomoru Dec 3, 2024 lszomoru added git bug labels Dec 4, 2024 lszomoru added this to the January 2025 milestone Dec 4, ...