This commit is contained in:
Joao Moreno
2017-08-15 11:31:26 +02:00
parent 0c504ea0b0
commit bbe70bc9b9
3 changed files with 71 additions and 7 deletions

View File

@@ -771,6 +771,16 @@
"type": "boolean",
"description": "%config.enableCommitSigning%",
"default": false
},
"git.discardAllScope": {
"type": "string",
"enum": [
"all",
"tracked",
"prompt"
],
"description": "%config.discardAllScope%",
"default": false
}
}
}