vscode/extensions/github
dependabot[bot] 56c3d4cd50
Bump graphql from 16.6.0 to 16.8.1 in /extensions/github (#193721)
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 07:59:12 -07:00
..
images Add icons for built-in extensions (fixes #81760) 2021-04-20 12:09:24 -07:00
src Don't prompt to publish branch after it was pushed (#188166) 2023-07-18 17:22:35 +02:00
testWorkspace Ask user to select PR templates when forking a repository (#143733) 2022-04-01 07:07:33 -07:00
.vscodeignore fixes #127687 2021-07-01 15:58:05 +02:00
extension.webpack.config.js add github extension 2020-05-18 14:13:08 +02:00
markdown.css Fix hygiene 2022-02-04 15:49:50 +01:00
package.json Fix slow telemetry module (#193607) 2023-09-20 20:14:12 +01:00
package.nls.json GitHub - leveral repository rules for branch protection (#180416) 2023-04-20 16:43:42 +02:00
README.md fixes #127687 2021-07-01 15:58:05 +02:00
tsconfig.json fix profile import/export in web (#171753) 2023-01-19 15:13:23 -08:00
yarn.lock Bump graphql from 16.6.0 to 16.8.1 in /extensions/github (#193721) 2023-09-25 07:59:12 -07: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