vscode/extensions/github/package.nls.json

8 lines
673 B
JSON
Raw Normal View History

2020-05-18 12:13:08 +00:00
{
"displayName": "GitHub",
2020-05-18 12:59:22 +00:00
"description": "GitHub",
2020-05-18 19:04:29 +00:00
"config.gitAuthentication": "Controls whether to enable automatic GitHub authentication for git commands within VS Code.",
2020-09-08 07:55:07 +00:00
"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)"
2020-05-18 12:13:08 +00:00
}