vscode/extensions/github
Robo df645f1450
chore: revert to electron@13 (#143851)
* Revert "chore: update to electron 16 (#137241)"

This reverts commit 01df559c18.
This reverts commit 46301339b7

* ci: fix remote compiler for sdl-scan

* chore: fix remote/.yarnrc

* chore: fix build/npm/postinstall.js

* chore: rm crash reporter from shared process

* chore: rm crash reporter from ext host

* chore: fix build/lib/layersChecker.ts

* :chore: preserve some more changes

* fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-02-24 17:49:49 +01:00
..
images Add icons for built-in extensions (fixes #81760) 2021-04-20 12:09:24 -07:00
src enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01: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 chore: revert to electron@13 (#143851) 2022-02-24 17:49:49 +01:00
package.nls.json fixes #127687 2021-07-01 15:58:05 +02:00
README.md fixes #127687 2021-07-01 15:58:05 +02:00
tsconfig.json use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
yarn.lock chore: revert to electron@13 (#143851) 2022-02-24 17:49:49 +01: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