Skip to content

Commit ce704e9

Browse files
committed
use login instead of id
1 parent 36e4ca3 commit ce704e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/copilotRemoteAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ export class CopilotRemoteAgentManager extends Disposable {
699699
error: vscode.l10n.t(
700700
'Unable to access {0} as user {1}. Please check your permissions and try again.',
701701
`\`${owner}/${repo}\``,
702-
`\`${currentUser.id}\``,
702+
`\`${currentUser.login}\``,
703703
),
704704
state: 'error',
705705
};

0 commit comments

Comments
 (0)