Merge commit 'refs/pull/81982/head' of github.com:microsoft/vscode into pr/81982

This commit is contained in:
João Moreno
2020-04-20 14:25:59 +02:00
3 changed files with 16 additions and 0 deletions

View File

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