If that is not the case, we should be looking into that. Could you please share the steps on how you create the local branches, or a recording would be even better. In VS Code 1.86, we have made an explicit choice to only show "Incoming Changes" from remote tracking branches. This m...
Merge editor shows conflict but is not showing diff, moreover it's refreshing the whole window when doing any change in the editor The whole issue is recorded in move with me making explanatory comments inside vscode window, sorry for exclamation marks, I was bit annoyed because issue happened...
// - 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...
//When enabled, the diff editor ignores changes in leading or trailing whitespace."diffEditor.ignoreTrimWhitespace":true,//Timeout in milliseconds after which diff computation is cancelled. Use 0 for no timeout."diffEditor.maxComputationTime": 5000,//Controls whether the diff editor shows +/- ...
Fix problem with errors not showing up for import when no jupyter installed. (#3958) Fix tabs in comments to come out in cells. (#4029) Use configuration API and provide Resource when retrieving settings. (#4486) When debugging, the extension correctly uses custom .env files. (#4537) Ac...
Include Commits Mentioned By Reflogs: Include commits only mentioned by reflogs in the Git Graph View (only applies when showing all branches). On Load: Scroll To Head: Automatically scroll the Git Graph View to be centered on the commit referenced by HEAD. Show Checked Out Branch: Show ...
"workbench.settings.openDefaultKeybindings": false, // Controls whether opening settings also opens an editor showing all default settings. "workbench.settings.openDefaultSettings": false, // Controls the behavior of the settings editor Table of Contents while searching. // - hide: Hide the Table...
Show and hide remotes, branches, tags, and columns Settings UI for easy fine-grain control over advanced settings And so much more! Adds an all-new GitLensHomeview to help you get started with GitLens and GitLens+ features Adds autolinks and improves formatting of the commit message in the...
Fix issue in which the user is not again prompted to use a custom configuration provider if settings files have been deleted. #2346 Fix "Unrecognized format of field "msg" in result" on macOS. #2492 Fix IntelliSense using too much CPU when switching branches. #2806 Fix for timeout on ...
Fixed issue#924Database name with $ is not showing up correctly in database list. Fixed issue#949Drop database fails most of the time because the db is in used. Fixed issueMS SQL: Execute Current Statementwhere it did not handle 2 statements on a single line correctly. ...