Skip to content

Commit

Permalink
#648 - update schema reference
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Sep 5, 2023
1 parent b16fc4d commit 83f15b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
]
},
"configuration": {
"$id": "#globalconfiguration",
"title": "%settings.configuration.title%",
"type": "object",
"properties": {
Expand All @@ -121,7 +120,7 @@
"markdownDescription": "%setting.frontMatter.projects.items.properties.default.markdownDescription%"
},
"configuration": {
"$ref": "#globalconfiguration"
"$ref": "https://frontmatter.codes/frontmatter.schema.json"
}
}
}
Expand Down

0 comments on commit 83f15b6

Please sign in to comment.