vscode/extensions/github-authentication
Matt Bierner 98b069c041
Work towards getting isolated built-in extension compiles
For #271167

This makes it so our built-in extensions can mostly be built using `tsc` on the command line. Previously the extensions were picking up a lot of typing info from the root `node_modules` that meant they weren't truly independent
2025-10-13 11:03:20 -07:00
..
images
media Redirect to vscode.dev/redirect and then vscode://.... (#254841) 2025-07-09 12:33:37 +02:00
src Remove any casts in auth extensions (#270089) 2025-10-06 12:28:27 -07:00
.gitignore
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore chore: rm unreached ignore items when build extensions. (#227906) 2024-09-09 10:32:51 +00:00
extension-browser.webpack.config.js Convert extension webpack scripts to modules 2025-08-07 17:20:22 -07:00
extension.webpack.config.js Convert extension webpack scripts to modules 2025-08-07 17:20:22 -07:00
package-lock.json chore: update to Electron 35 (#245423) 2025-05-09 19:03:36 +09:00
package.json Work towards getting isolated built-in extension compiles 2025-10-13 11:03:20 -07:00
package.nls.json Workaround electron proxy issues for GitHub by allowing to switch to node's fetch (#261099) 2025-08-11 18:39:45 +00:00
README.md
tsconfig.json Don't use experimental decorators in extensions 2025-08-06 13:24:19 -07:00

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.