You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A built in GitHub authentication provider is now in core. This is not yet being used by anything else in core, but is available to other extensions. To test, please use the new Authentication Provider API in an extension:
Refs: #90384
Complexity: 3
A built in GitHub authentication provider is now in core. This is not yet being used by anything else in core, but is available to other extensions. To test, please use the new Authentication Provider API in an extension:
vscode/src/vs/vscode.proposed.d.ts
Lines 19 to 79 in 64517a9
vscode.authentication.providers
login
, is a consent dialog shownaccessToken
on a session, is a consent dialog shownHere is some example code you can use to get started:
Documentation on the available
scopes
that can be used with login is available here: https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/The text was updated successfully, but these errors were encountered: