You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.disposables.add(this.gitHubExtensionApi.registerTitleAndDescriptionProvider(l10n.t('Generate title and message'),this.titleAndDescriptionProvider));
76
+
// This string "Copilot" needs to be in here. It's how we an tell which provider to use in the PR extension.
77
+
this.disposables.add(this.gitHubExtensionApi.registerTitleAndDescriptionProvider(l10n.t('Generate with Copilot'),this.titleAndDescriptionProvider));
77
78
this.logService.logger.info('Successfully registered GitHub PR title and description provider.');
78
79
}catch(e){
79
80
// Catch errors in case there's a breaking API change.
0 commit comments