dotfiles/.vscode/settings.json
Andrei Jiroh Halili 4fd021f3a0
chore(global): update configs and readme as usual
Additions:
* Zed editor config files (keymaps and user-wide settings)

Changed:
* add glab CLI to .tool-versions for asdf
* some small config changes on btop
* update user-wide VS Code settings
* small edits to README

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
2024-07-21 07:45:31 +08:00

36 lines
No EOL
1,014 B
JSON

{
"git.alwaysSignOff": true,
"gitlens.remotes": [
{
"domain": "mau.dev",
"type": "GitLab"
},
{
"domain": "tildegit.com",
"type": "Gitea"
},
{
"domain": "git.vern.cc",
"type": "Gitea"
}
],
"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-",
"url": "https://youtrack.andreijiroh.xyz/issue/LAUNCHPAD-<num>"
}
],
"gitlens.defaultTimeFormat": "HH:mm",
"gitlens.defaultDateShortFormat": "YYYY-MM-D",
"gitlens.defaultDateFormat": "YYYY-MM-D HH:mm",
"shellcheck.customArgs": [
"--external-sources",
"-x"
]
}