dotfiles/.vscode/settings.json
Andrei Jiroh Halili 847b847c79
Iron out gpg and gpg-agent config, among other things
Also in this commit:
* Added handle-pinentry wrapper script to exec right pinentry
  based on environment.
* Add VS Code config for stuff like GitLens settings and recommended
  extensions.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
2023-07-25 02:11:50 +08:00

17 lines
No EOL
320 B
JSON

{
"git.alwaysSignOff": true,
"gitlens.remotes": [
{
"domain": "mau.dev",
"type": "GitLab"
},
{
"domain": "tildegit.com",
"type": "Gitea"
},
{
"domain": "git.vern.cc",
"type": "Gitea"
}
]
}