timeline - add setting to bring back "Uncommitted Changes" (#147372)

This commit is contained in:
Benjamin Pasero
2022-04-13 17:10:28 +02:00
committed by GitHub
parent 2aa78c8cfb
commit 44b6695d4e
3 changed files with 34 additions and 1 deletions

View File

@@ -188,6 +188,7 @@
"config.showCommitInput": "Controls whether to show the commit input in the Git source control panel.",
"config.terminalAuthentication": "Controls whether to enable VS Code to be the authentication handler for git processes spawned in the integrated terminal. Note: terminals need to be restarted to pick up a change in this setting.",
"config.timeline.showAuthor": "Controls whether to show the commit author in the Timeline view.",
"config.timeline.showUncommitted": "Controls whether to show uncommitted changes in the Timeline view.",
"config.timeline.date": "Controls which date to use for items in the Timeline view.",
"config.timeline.date.committed": "Use the committed date",
"config.timeline.date.authored": "Use the authored date",