mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
timeline - add setting to bring back "Uncommitted Changes" (#147372)
This commit is contained in:
@@ -2222,6 +2222,12 @@
|
||||
"description": "%config.timeline.showAuthor%",
|
||||
"scope": "window"
|
||||
},
|
||||
"git.timeline.showUncommitted": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%config.timeline.showUncommitted%",
|
||||
"scope": "window"
|
||||
},
|
||||
"git.showUnpublishedCommitsButton": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
||||
Reference in New Issue
Block a user