fixes #127687
parent
e33453472b
commit
66e4d31ac8
|
@ -5,4 +5,3 @@ build/**
|
|||
extension.webpack.config.js
|
||||
tsconfig.json
|
||||
yarn.lock
|
||||
README.md
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue