SCM - add the capability to attach a history item as chat context (#249073)

* Saving my work

* Got the variable widget working

* Refactored the variable widget

* Clean up the attachment widget

* Content provider stub

* Add proposed API for chat context

* Add method to get the complete details of a commit
This commit is contained in:
Ladislau Szomoru
2025-05-16 08:09:12 +00:00
committed by GitHub
parent 7052ebfea0
commit daab3ffa1e
17 changed files with 274 additions and 34 deletions

View File

@@ -395,6 +395,7 @@ export interface GitExtension {
export const enum GitErrorCodes {
BadConfigFile = 'BadConfigFile',
BadRevision = 'BadRevision',
AuthenticationFailed = 'AuthenticationFailed',
NoUserNameConfigured = 'NoUserNameConfigured',
NoUserEmailConfigured = 'NoUserEmailConfigured',