This commit is contained in:
João Moreno 2021-07-01 15:57:57 +02:00
parent e33453472b
commit 66e4d31ac8
No known key found for this signature in database
GPG key ID: 896B853774D1A575
3 changed files with 7 additions and 3 deletions

View file

@ -5,4 +5,3 @@ build/**
extension.webpack.config.js
tsconfig.json
yarn.lock
README.md

View file

@ -4,4 +4,9 @@
## Features
This extension provides GitHub features for VS Code.
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

View file

@ -1,6 +1,6 @@
{
"displayName": "GitHub",
"description": "GitHub",
"description": "GitHub features for VS Code",
"config.gitAuthentication": "Controls whether to enable automatic GitHub authentication for git commands within VS Code.",
"welcome.publishFolder": "You can also directly publish this folder to a GitHub repository. Once published, you'll have access to source control features powered by git and GitHub.\n[$(github) Publish to GitHub](command:github.publish)",
"welcome.publishWorkspaceFolder": "You can also directly publish a workspace folder to a GitHub repository. Once published, you'll have access to source control features powered by git and GitHub.\n[$(github) Publish to GitHub](command:github.publish)"