87ed97df8b
* Attempt to use Electron fetch for github-authentication Also changes fallback from node-fetch to the built-in Node fetch * Remove Content-Length header Electron compatibility It looks like it was set incorrectly to the body contents anyways. |
||
---|---|---|
.. | ||
images | ||
media | ||
src | ||
.gitignore | ||
.npmrc | ||
.vscodeignore | ||
README.md | ||
extension-browser.webpack.config.js | ||
extension.webpack.config.js | ||
package-lock.json | ||
package.json | ||
package.nls.json | ||
tsconfig.json |
README.md
GitHub Authentication for Visual Studio Code
Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
Features
This extension provides support for authenticating to GitHub. It registers the github
Authentication Provider that can be leveraged by other extensions. This also provides the GitHub authentication used by Settings Sync.