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 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
+
this.disposables.add(this.gitHubExtensionApi.registerTitleAndDescriptionProvider(l10n.t('Generate Title and Message'),this.titleAndDescriptionProvider));
78
78
this.logService.info('Successfully registered GitHub PR title and description provider.');
79
79
}catch(e){
80
80
// Catch errors in case there's a breaking API change.
0 commit comments