mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Git - commit action button (#153031)
This commit is contained in:
@@ -2407,20 +2407,29 @@
|
||||
"description": "%config.timeline.showUncommitted%",
|
||||
"scope": "window"
|
||||
},
|
||||
"git.showUnpublishedCommitsButton": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"always",
|
||||
"whenEmpty",
|
||||
"never"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"%config.showUnpublishedCommitsButton.always%",
|
||||
"%config.showUnpublishedCommitsButton.whenEmpty%",
|
||||
"%config.showUnpublishedCommitsButton.never%"
|
||||
],
|
||||
"default": "whenEmpty",
|
||||
"description": "%config.showUnpublishedCommitsButton%",
|
||||
"git.showActionButton": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "%config.showActionButton%",
|
||||
"properties": {
|
||||
"commit": {
|
||||
"type": "boolean",
|
||||
"description": "%config.showActionButton.commit%"
|
||||
},
|
||||
"publish": {
|
||||
"type": "boolean",
|
||||
"description": "%config.showActionButton.publish%"
|
||||
},
|
||||
"sync": {
|
||||
"type": "boolean",
|
||||
"description": "%config.showActionButton.sync%"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"commit": true,
|
||||
"publish": true,
|
||||
"sync": true
|
||||
},
|
||||
"scope": "resource"
|
||||
},
|
||||
"git.statusLimit": {
|
||||
|
||||
Reference in New Issue
Block a user