mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Add setting for git commands to be logged in the git output
This commit is contained in:
@@ -2245,6 +2245,15 @@
|
||||
"scope": "resource",
|
||||
"default": 1,
|
||||
"markdownDescription": "%config.repositoryScanMaxDepth%"
|
||||
},
|
||||
"git.commandsToLog": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": [],
|
||||
"scope": "resource",
|
||||
"markdownDescription": "%config.commandsToLog%"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user