mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
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:
1
extensions/git/src/api/git.d.ts
vendored
1
extensions/git/src/api/git.d.ts
vendored
@@ -395,6 +395,7 @@ export interface GitExtension {
|
||||
|
||||
export const enum GitErrorCodes {
|
||||
BadConfigFile = 'BadConfigFile',
|
||||
BadRevision = 'BadRevision',
|
||||
AuthenticationFailed = 'AuthenticationFailed',
|
||||
NoUserNameConfigured = 'NoUserNameConfigured',
|
||||
NoUserEmailConfigured = 'NoUserEmailConfigured',
|
||||
|
||||
Reference in New Issue
Block a user