vscode-github-notifications-bell icon indicating copy to clipboard operation
vscode-github-notifications-bell copied to clipboard

Consider using GitHub Auth support instead of a PAT

Open TylerLeonhardt opened this issue 1 year ago • 0 comments

Take a look at the docs on VS Code's built-in auth support: https://code.visualstudio.com/api/references/vscode-api#authentication

You'll probably want getSession. It's way easier than having to manage a PAT.

TylerLeonhardt avatar Nov 13 '24 23:11 TylerLeonhardt