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:
Ladislau Szomoru
2025-03-14 18:52:13 +01:00
committed by GitHub
parent 80eac34bb1
commit 0a7b6a0f8b
5 changed files with 112 additions and 28 deletions

View File

@@ -3325,6 +3325,11 @@
"type": "boolean",
"default": true,
"markdownDescription": "%config.discardUntrackedChangesToTrash%"
},
"git.showReferenceDetails": {
"type": "boolean",
"default": false,
"markdownDescription": "%config.showReferenceDetails%"
}
}
},