#512 - added frontmatter config folder support

This commit is contained in:
Elio Struyf
2023-03-17 16:00:20 +01:00
parent f45affbd2e
commit d29d0cfc44
2 changed files with 2 additions and 1 deletions

View File

@@ -56,7 +56,8 @@
"contributes": {
"configurationDefaults": {
"files.associations": {
"**/frontmatter.json": "jsonc"
"**/frontmatter.json": "jsonc",
"**/.frontmatter/config/*.json": "jsonc"
}
},
"keybindings": [{