You can make edits directly in the pending changes of the diff view. Branches Easily switch between Git branches via the Status Bar. Staging Stage all Hover over the number of files and click the plus button. Stage selected Stage a portion of a file by selecting that file (using the arrow...
Since the new version (v11) I can't seem to just compare differences between files on different branches, rather than the behind/ahead in the new sidebar. Is there any way to get this comparison back? An example of the functionality I'm missing is seen in this screenshot; the "1 file...
// - tree: Displays branches as a tree when branch names contain slashes `/` 2517 "gitlens.views.repositories.branches.layout": "tree", 2518 2519 // Specifies whether to show the _Repositories_ view in a compact display density 2520 "gitlens.views.repositories.compact": false...
aLine Historyviewto visualize, navigate, and explore the revision history of the selected lines of current file aSearch Commitsviewto search and explore commit histories by message, author, files, id, etc aCompareviewto visualize comparisons between branches, tags, commits, and more on-demandgutter...
"git.autoStash": false, // Controls the sort order for branches. "git.branchSortOrder": "committerdate", // A regular expression to validate new branch names. "git.branchValidationRegex": "", // The character to replace whitespace in new branch names. "git.branchWhitespaceChar": "-",...
// - donjayamanne.githistory: View git log, file history, compare branches or commits // - eamodio.gitlens: Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git ...
Git Graph View: Display: Local & Remote Branches Local Refs: Heads, Tags & Remotes Uncommitted Changes Perform Git Actions (available by right clicking on a commit / branch / tag): Create, Checkout, Delete, Fetch, Merge, Pull, Push, Rebase, Rename & Reset Branches Add, Delete & Pus...
timeout."diffEditor.maxComputationTime": 5000,//Controls whether the diff editor shows +/- indicators for added/removed changes."diffEditor.renderIndicators":true,//Controls whether the diff editor shows the diff side by side or inline."diffEditor.renderSideBySide":true,//Controls whether ...
The .vscode folder is used to store project-specific settings, debug configuration, shared tasks and build commands.
"branches": { "layout": "tree" }, "enabled": true, "files": { "compact": true, "layout": "auto", "threshold": 5 }, "includeWorkingTree": true, "location": "gitlens", "showTrackingBranch": true, "view": "auto" }, "heatmap": { "ageThreshold": "90", "coldColor": "#...