Adding the git.syncRebase setting

This commit is contained in:
wistcc
2018-06-20 21:11:36 -04:00
parent 75e228d816
commit 5c02579269
3 changed files with 17 additions and 2 deletions

View File

@@ -987,6 +987,12 @@
"scope": "resource",
"default": 10,
"description": "%config.detectSubmodulesLimit%"
},
"git.syncRebase": {
"type": "boolean",
"scope": "resource",
"default": false,
"description": "%config.syncRebase%"
}
}
},