diff --git a/extensions/github1s/src/messages.ts b/extensions/github1s/src/messages.ts index 15e6f7a10..7798c1513 100644 --- a/extensions/github1s/src/messages.ts +++ b/extensions/github1s/src/messages.ts @@ -21,7 +21,6 @@ export const showSourcegraphSearchMessage = (() => { export const showFileBlameAuthorizedRequiredMessage = async () => { const selectedValue = await vscode.window.showInformationMessage( 'The file blame feature only works for authorized users due to the limit of [GitHub GraphQL API](https://docs.github.com/en/graphql/guides/forming-calls-with-graphql#authenticating-with-graphql), please provide an OAuth Token to enable it.', - 'Ignore', 'Set OAuth Token' ); if (selectedValue === 'Set OAuth Token') {