VSCode Github Enterprise Credentials ProviderAt the time of writing, VSCode's Github Enterprise support does not cover providing an access token for git operations: clone, push, pull, etc. Until it is implemented in VSCode, this extension implements the same using the same implementation as can be found here: https://github.com/microsoft/vscode/blob/main/extensions/github/src/credentialProvider.ts |