From 3959e93ecb1bcd4c3685f30e799eb3a1322d4844 Mon Sep 17 00:00:00 2001 From: netcon Date: Sun, 18 Apr 2021 00:02:42 +0800 Subject: [PATCH] fix: remove the ignore button in unauthorized message --- extensions/github1s/src/messages.ts | 1 - 1 file changed, 1 deletion(-) 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') {