#648 - update schema reference

This commit is contained in:
Elio Struyf
2023-09-05 11:46:32 +02:00
parent b16fc4dfbb
commit 83f15b65a4
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@
- [#646](https://github.com/estruyf/vscode-front-matter/issues/646): Update the Astro `3000` port to `4321`
- [#647](https://github.com/estruyf/vscode-front-matter/issues/647): Fix the open in browser action on the preview
- [#648](https://github.com/estruyf/vscode-front-matter/issues/648): Fix the global configuration reference to the URL of the schema file
## [9.1.0] - 2023-08-31
+1 -2
View File
@@ -101,7 +101,6 @@
]
},
"configuration": {
"$id": "#globalconfiguration",
"title": "%settings.configuration.title%",
"type": "object",
"properties": {
@@ -121,7 +120,7 @@
"markdownDescription": "%setting.frontMatter.projects.items.properties.default.markdownDescription%"
},
"configuration": {
"$ref": "#globalconfiguration"
"$ref": "https://frontmatter.codes/frontmatter.schema.json"
}
}
}