Skip to content

Commit

Permalink
fix: remove the ignore button in unauthorized message
Browse files Browse the repository at this point in the history
  • Loading branch information
conwnet committed Apr 18, 2021
1 parent ca2c712 commit 3959e93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/github1s/src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 3959e93

Please sign in to comment.