We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef33a8 commit 6112abfCopy full SHA for 6112abf
src/issues/issueFeatureRegistrar.ts
@@ -810,7 +810,7 @@ export class IssueFeatureRegistrar extends Disposable {
810
let githubRepository = issueModel.githubRepository;
811
let remote = issueModel.remote;
812
if (!repoManager) {
813
- repoManager = await this.chooseRepo(vscode.l10n.t('Choose which repository you want to work on this isssue in.'));
+ repoManager = await this.chooseRepo(vscode.l10n.t('Choose which repository you want to work on this issue in.'));
814
815
return;
816
}
0 commit comments