Skip to content

Commit 1fe4e3c

Browse files
committed
Updates PAT requirement message for GH
1 parent b7e6577 commit 1fe4e3c

File tree

1 file changed

+1
-1
lines changed
  • src/plus/integrations/authentication

1 file changed

+1
-1
lines changed

src/plus/integrations/authentication/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class GitHubEnterpriseAuthenticationProvider implements IntegrationAuthen
5050

5151
input.password = true;
5252
input.title = `GitHub Authentication${descriptor?.domain ? ` \u2022 ${descriptor.domain}` : ''}`;
53-
input.placeholder = `Requires ${descriptor?.scopes.join(', ') ?? 'all'} scopes`;
53+
input.placeholder = `Requires a classic token with ${descriptor?.scopes.join(', ') ?? 'all'} scopes`;
5454
input.prompt = supportedInVSCodeVersion('input-prompt-links')
5555
? `Paste your [GitHub Personal Access Token](https://${
5656
descriptor?.domain ?? 'github.com'

0 commit comments

Comments
 (0)