Fix settings referring to VS Code (#21019)

* update VS Code to ADS in settings

* update github extension setting from VS Code to ADS

* update description of github extension
This commit is contained in:
Hai Cao
2022-10-28 13:01:58 -07:00
committed by GitHub
parent a734c9d244
commit e28c3894f6
5 changed files with 30 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
{
"displayName": "GitHub",
"description": "GitHub features for VS Code",
"config.gitAuthentication": "Controls whether to enable automatic GitHub authentication for git commands within VS Code.",
"description": "GitHub features for Azure Data Studio",
"config.gitAuthentication": "Controls whether to enable automatic GitHub authentication for git commands within Azure Data Studio.",
"config.gitProtocol": "Controls which protocol is used to clone a GitHub repository",
"welcome.publishFolder": {
"message": "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)",