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

This commit is contained in:
Joao Moreno
2019-08-13 09:46:54 +02:00
4 changed files with 24 additions and 4 deletions

View File

@@ -1354,6 +1354,15 @@
"scope": "resource",
"default": false,
"description": "%config.supportCancellation%"
},
"git.sortOrderForBranch": {
"type": "string",
"enum": [
"committerdate",
"alphabetically"
],
"default": "committerdate",
"description": "%config.sortOrderForBranch%"
}
}
},