mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Git - add commit details to ref pickers (#243582)
* Refactor ref parsing * Initial implementation of getting the commit details * Show additional information in the pickers
This commit is contained in:
@@ -3325,6 +3325,11 @@
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"markdownDescription": "%config.discardUntrackedChangesToTrash%"
|
||||
},
|
||||
"git.showReferenceDetails": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"markdownDescription": "%config.showReferenceDetails%"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user