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
vscode.l10n.t('GitHub Coding Agent will continue your work in \'{0}\'',repoName),
132
135
{
133
136
modal: true,
134
-
detail: vscode.l10n.t('Coding agent will continue your work in \'{0}\' targetting \'{1}\'.',`${repoInfo.owner}/${repoInfo.repo}`,`${repoInfo.remote}/${repoInfo.baseRef}`),
137
+
detail: vscode.l10n.t('Uncommitted local changes detected'),
0 commit comments