git: config.terminalAuthentication

This commit is contained in:
João Moreno
2020-04-27 14:51:24 +02:00
parent bc9854b494
commit 54d8261f93
4 changed files with 10 additions and 5 deletions

View File

@@ -1665,6 +1665,12 @@
"scope": "resource",
"default": true,
"description": "%config.showCommitInput%"
},
"git.terminalAuthentication": {
"type": "boolean",
"scope": "resource",
"default": true,
"description": "%config.terminalAuthentication%"
}
}
},