We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0a74b commit f1be46fCopy full SHA for f1be46f
.vscode/settings.json
@@ -1,3 +1,7 @@
1
{
2
- "git.alwaysSignOff": true
+ "git.alwaysSignOff": true,
3
+ "git.enableCommitSigning": true,
4
+ "git-graph.repository.commits.showSignatureStatus": true,
5
+ "git-graph.repository.sign.commits": true,
6
+ "git-graph.repository.sign.tags": true
7
}
0 commit comments