Merge commit 'refs/pull/52527/head' of github.com:Microsoft/vscode into pr/52527

This commit is contained in:
Joao Moreno
2018-09-12 12:01:51 +02:00
3 changed files with 17 additions and 2 deletions

View File

@@ -1051,6 +1051,12 @@
"description": "%config.showProgress%",
"default": true,
"scope": "resource"
},
"git.syncRebase": {
"type": "boolean",
"scope": "resource",
"default": false,
"description": "%config.syncRebase%"
}
}
},