mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
💄 commit empty
This commit is contained in:
@@ -422,10 +422,6 @@
|
||||
"command": "git.commit",
|
||||
"when": "config.git.enabled && gitOpenRepositoryCount != 0"
|
||||
},
|
||||
{
|
||||
"command": "git.commitEmpty",
|
||||
"when": "config.git.allowcommitEmptys && gitOpenRepositoryCount != 0"
|
||||
},
|
||||
{
|
||||
"command": "git.commitStaged",
|
||||
"when": "config.git.enabled && gitOpenRepositoryCount != 0"
|
||||
@@ -608,11 +604,6 @@
|
||||
"group": "3_commit",
|
||||
"when": "scmProvider == git"
|
||||
},
|
||||
{
|
||||
"command": "git.commitEmpty",
|
||||
"group": "3_commit",
|
||||
"when": "scmProvider == git"
|
||||
},
|
||||
{
|
||||
"command": "git.commitStagedSigned",
|
||||
"group": "3_commit",
|
||||
@@ -1005,11 +996,11 @@
|
||||
"description": "%config.enableCommitSigning%",
|
||||
"default": false
|
||||
},
|
||||
"git.allowEmptyCommits": {
|
||||
"git.confirmEmptyCommits": {
|
||||
"type": "boolean",
|
||||
"scope": "resource",
|
||||
"description": "%config.allowEmptyCommits%",
|
||||
"default": false
|
||||
"description": "%config.confirmEmptyCommits%",
|
||||
"default": true
|
||||
},
|
||||
"git.decorations.enabled": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user