renovate-config/.vscode/settings.json
Joseph Hanson 3514e24a09
Some checks failed
/ Renovate (push) Failing after 5s
fix private repo pull
2024-07-29 21:42:01 -05:00

25 lines
604 B
JSON

{
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": [
".github/workflows/*",
".forgejo/workflows/*"
]
},
"yaml.schemaStore.enable": true,
"files.associations": {
".secrets": "dotenv"
},
"material-icon-theme.folders.associations": {
".taskfiles": "utils",
"bootstrap": "import",
"charts": "kubernetes",
"hack": "scripts",
"repositories": "database",
"vars": "other"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.fontFamily": "FiraCode Nerd Font",
"editor.hover.delay": 1500,
}