vscode/extensions/github
Joyce Er 9c7113f6ae
Observe lineNumber if there is no active selection or if the active selection does not contain the specified line number (#176432)
* Observe `lineNumber` if there is no active selection or if the active selection does not contain the specified line number

* Explicit undefined check

* Extract condition into function
2023-03-07 23:23:04 +01:00
..
images
src Observe lineNumber if there is no active selection or if the active selection does not contain the specified line number (#176432) 2023-03-07 23:23:04 +01:00
testWorkspace Ask user to select PR templates when forking a repository (#143733) 2022-04-01 07:07:33 -07:00
.vscodeignore
extension.webpack.config.js
markdown.css Fix hygiene 2022-02-04 15:49:50 +01:00
package.json Don't show vscode.dev links on Codespaces (#176287) 2023-03-06 20:38:54 +01:00
package.nls.json GitHub - Tweak working of the GitHub publishing welcome view (#160916) 2022-09-14 10:02:43 -07:00
README.md
tsconfig.json fix profile import/export in web (#171753) 2023-01-19 15:13:23 -08:00
yarn.lock Engineering - adopt l10n for git-base/git/github extesions (#164566) 2022-10-28 11:27:08 +02: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