We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e6577 commit 1fe4e3cCopy full SHA for 1fe4e3c
src/plus/integrations/authentication/github.ts
@@ -50,7 +50,7 @@ export class GitHubEnterpriseAuthenticationProvider implements IntegrationAuthen
50
51
input.password = true;
52
input.title = `GitHub Authentication${descriptor?.domain ? ` \u2022 ${descriptor.domain}` : ''}`;
53
- input.placeholder = `Requires ${descriptor?.scopes.join(', ') ?? 'all'} scopes`;
+ input.placeholder = `Requires a classic token with ${descriptor?.scopes.join(', ') ?? 'all'} scopes`;
54
input.prompt = supportedInVSCodeVersion('input-prompt-links')
55
? `Paste your [GitHub Personal Access Token](https://${
56
descriptor?.domain ?? 'github.com'
0 commit comments