Merge branch 'dev' of github.com:estruyf/vscode-front-matter into dev

This commit is contained in:
Elio Struyf
2023-09-06 12:06:25 +02:00
3 changed files with 6 additions and 2 deletions
+1 -2
View File
@@ -95,7 +95,6 @@
}]
},
"configuration": {
"$id": "#globalconfiguration",
"title": "%settings.configuration.title%",
"type": "object",
"properties": {
@@ -115,7 +114,7 @@
"markdownDescription": "%setting.frontMatter.projects.items.properties.default.markdownDescription%"
},
"configuration": {
"$ref": "#globalconfiguration"
"$ref": "https://frontmatter.codes/frontmatter.schema.json"
}
}
}