Add setting for git commands to be logged in the git output

This commit is contained in:
Ladislau Szomoru
2022-02-04 15:30:55 +01:00
parent a05cb7a87a
commit e4cce8c6e8
3 changed files with 31 additions and 1 deletions

View File

@@ -2245,6 +2245,15 @@
"scope": "resource",
"default": 1,
"markdownDescription": "%config.repositoryScanMaxDepth%"
},
"git.commandsToLog": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"scope": "resource",
"markdownDescription": "%config.commandsToLog%"
}
}
},