Skip to content

Commit

Permalink
fix ref to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Nov 17, 2023
1 parent 1c24b0c commit ea98c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/heta-templates/platform.json.template.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default `{
"$schema": "https://github.com/hetalang/heta-compiler/declaration-schema.json",
"$schema": "https://hetalang.github.io/heta-compiler/declaration-schema.json",
"id": "template",
"notes": "platform notes",
"version": "v0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/platform-shemas.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ monaco.languages.json.jsonDefaults.setDiagnosticsOptions({
validate: true,
schemas: [
{
uri: "https://github.com/hetalang/heta-compiler/declaration-schema.json",
uri: "https://hetalang.github.io/heta-compiler/declaration-schema.json",
fileMatch: ['*'],
schema: declarationSchema
}
Expand Down

0 comments on commit ea98c38

Please sign in to comment.