mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-10 00:59:38 +00:00
chore(config): update VS Code and git config
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
3d03a19d09
commit
add93e3ec0
4 changed files with 31 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
@ -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>"
|
||||
}
|
||||
],
|
||||
}
|
|
@ -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
|
||||
|
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -38,5 +38,6 @@
|
|||
"**/.git/subtree-cache/**": true,
|
||||
"**/node_modules/*/**": true,
|
||||
"**/.cache/**": true
|
||||
}
|
||||
},
|
||||
"dotenv.enableAutocloaking": false
|
||||
}
|
Loading…
Reference in a new issue