2023-07-24 18:11:50 +00:00
|
|
|
{
|
|
|
|
"git.alwaysSignOff": true,
|
|
|
|
"gitlens.remotes": [
|
|
|
|
{
|
|
|
|
"domain": "mau.dev",
|
|
|
|
"type": "GitLab"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"domain": "tildegit.com",
|
|
|
|
"type": "Gitea"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"domain": "git.vern.cc",
|
|
|
|
"type": "Gitea"
|
|
|
|
}
|
2023-10-20 23:05:03 +00:00
|
|
|
],
|
|
|
|
"gitlens.heatmap.ageThreshold": 60,
|
|
|
|
"gitlens.views.commitDetails.files.layout": "tree",
|
|
|
|
"gitlens.views.repositories.includeWorkingTree": true,
|
|
|
|
"gitlens.views.repositories.showIncomingActivity": true,
|
|
|
|
"gitlens.views.fileHistory.files.layout": "tree",
|
|
|
|
"gitlens.autolinks": [
|
|
|
|
{
|
|
|
|
"ignoreCase": true,
|
|
|
|
"prefix": "LAUNCHPAD-",
|
2024-07-20 23:45:31 +00:00
|
|
|
"url": "https://youtrack.andreijiroh.xyz/issue/LAUNCHPAD-<num>"
|
2023-10-20 23:05:03 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"gitlens.defaultTimeFormat": "HH:mm",
|
|
|
|
"gitlens.defaultDateShortFormat": "YYYY-MM-D",
|
2024-07-20 23:45:31 +00:00
|
|
|
"gitlens.defaultDateFormat": "YYYY-MM-D HH:mm",
|
|
|
|
"shellcheck.customArgs": [
|
|
|
|
"--external-sources",
|
|
|
|
"-x"
|
2024-08-11 07:37:25 +00:00
|
|
|
],
|
|
|
|
"files.watcherExclude": {
|
|
|
|
"**/.git/objects/**": true,
|
|
|
|
"**/.git/subtree-cache/**": true,
|
|
|
|
"**/node_modules/*/**": true,
|
|
|
|
"**/.cache/**": true
|
2024-08-13 01:07:13 +00:00
|
|
|
},
|
2024-08-15 07:09:05 +00:00
|
|
|
"dotenv.enableAutocloaking": false,
|
|
|
|
"search.exclude": {
|
|
|
|
"**/.cache": true
|
|
|
|
},
|
|
|
|
"search.useGlobalIgnoreFiles": true,
|
2024-08-31 11:19:24 +00:00
|
|
|
"search.useParentIgnoreFiles": true,
|
|
|
|
"files.associations": {
|
2024-09-08 00:19:29 +00:00
|
|
|
"/.config/caddyfiles/*.Caddyfile": "caddyfile",
|
|
|
|
"/.config/systemd/user/*.service": "tex"
|
2024-08-31 11:19:24 +00:00
|
|
|
},
|
|
|
|
"material-icon-theme.files.associations": {
|
|
|
|
"*.Caddyfile": "caddyfile"
|
|
|
|
}
|
2023-07-24 18:11:50 +00:00
|
|
|
}
|