mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 01:13:08 +02:00
#648 - update schema reference
This commit is contained in:
@@ -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
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user