vscode/extensions/github
Ladislau Szomoru 2b52b93770
Git - enable ESLint rule for git extensions (#277156)
* Initial commit with all exceptions

* First pass of fixing

* Add ignored files explicitly
2025-11-13 15:35:01 +00:00
..
images
src Git - enable ESLint rule for git extensions (#277156) 2025-11-13 15:35:01 +00:00
testWorkspace
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore Exclude a few more files from published extensions 2025-08-13 10:15:20 -07:00
extension.webpack.config.js Convert extension webpack scripts to modules 2025-08-07 17:20:22 -07:00
markdown.css Fix high contrast light md images (#205888) 2024-02-21 18:00:14 +01:00
package-lock.json chore: update to Electron 35 (#245423) 2025-05-09 19:03:36 +09:00
package.json SCM - graph hover provided by extension (#271519) 2025-10-15 14:22:12 +00:00
package.nls.json GitHub - add setting to disable avatar resolution (#238270) 2025-01-20 10:32:51 +01:00
README.md
tsconfig.json Remove allowSyntheticDefaultImports 2025-11-10 09:01:56 -08:00

GitHub for Visual Studio Code

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

This extension provides the following GitHub-related features for VS Code:

  • Publish to GitHub command
  • Clone from GitHub participant to the Git: Clone command
  • GitHub authentication for built-in git commands, controlled via the github.gitAuthentication command
  • Automatic fork creation when attempting to push to a repository without permissions