Explain features the git extension enables

This commit is contained in:
Daniel Imms
2023-06-07 11:57:04 -07:00
parent 1c5442ac03
commit fab99a2c40
3 changed files with 12 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ export class Askpass implements IIPCHandler, ITerminalEnvironmentProvider {
private cache = new Map<string, Credentials>();
private credentialsProviders = new Set<CredentialsProvider>();
readonly featureDescription = 'git auth provider';
constructor(private ipc?: IIPCServer) {
if (ipc) {
this.disposable = ipc.registerHandler('askpass', this);