mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
fixes #32459
This commit is contained in:
@@ -771,6 +771,16 @@
|
||||
"type": "boolean",
|
||||
"description": "%config.enableCommitSigning%",
|
||||
"default": false
|
||||
},
|
||||
"git.discardAllScope": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"all",
|
||||
"tracked",
|
||||
"prompt"
|
||||
],
|
||||
"description": "%config.discardAllScope%",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user