chore(config): update VS Code and git config

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-08-13 09:07:13 +08:00
parent 3d03a19d09
commit add93e3ec0
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
4 changed files with 31 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -42,5 +42,27 @@
"local",
"remote",
"tags"
]
],
"gitlens.autolinks": [
{
"ignoreCase": true,
"prefix": "LAUNCHPAD-",
"url": "https://youtrack.andreijiroh.xyz/issue/LAUNCHPAD-<num>"
},
{
"ignoreCase": true,
"prefix": "LAUNCHPAD-T",
"url": "https://youtrack.andreijiroh.xyz/issue/LAUNCHPAD-<num>"
},
{
"ignoreCase": true,
"prefix": "META-",
"url": "https://youtrack.recaptime.dev/issue/META-<num>"
},
{
"ignoreCase": true,
"prefix": "META-T-",
"url": "https://youtrack.recaptime.dev/issue/META-<num>"
}
],
}

View file

@ -40,9 +40,9 @@
helper = !/usr/bin/glab auth git-credential
# sendemail stuff (https://go.recaptime.eu.org/sendgmail)
[sendemail]
smtpServer = /home/ajhalili2006/go/bin/sendgmail
smtpServerOption = -sender=ajhalili2006@gmail.com
#[sendemail]
# smtpServer = /home/ajhalili2006/go/bin/sendgmail
# smtpServerOption = -sender=ajhalili2006@gmail.com
# repo init chores
[init]
@ -105,3 +105,5 @@
ifmissing = add
ifexists = doNothing
command = echo \"$(git config user.name) <$(git config user.email)>\"
[push]
autoSetupRemote = true

View file

@ -38,5 +38,6 @@
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true,
"**/.cache/**": true
}
},
"dotenv.enableAutocloaking": false
}