mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
cleanup git push force
This commit is contained in:
@@ -1160,15 +1160,15 @@
|
||||
"default": false,
|
||||
"description": "%config.allowForcePush%"
|
||||
},
|
||||
"git.useForceWithLease": {
|
||||
"git.useForcePushWithLease": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%config.useForceWithLease%"
|
||||
"description": "%config.useForcePushWithLease%"
|
||||
},
|
||||
"git.dontAskForcePushConfirmation": {
|
||||
"git.confirmForcePush": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%config.dontAskForcePushConfirmation%"
|
||||
"default": true,
|
||||
"description": "%config.confirmForcePush%"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user