Skip to content

Commit

Permalink
fix(playground): schema validation
Browse files Browse the repository at this point in the history
upgrade the default of JSON schema errors being warnings
  • Loading branch information
andrewmd5 committed Sep 27, 2024
1 parent 4c81283 commit 6fc1b1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playground/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ const configureMonaco = () => {
fileMatch: ["bebop.json"],
},
],
schemaValidation: "error"
});
};

Expand Down Expand Up @@ -205,6 +206,8 @@ const createEditor = (
formatOnPaste: true,
formatOnType: true,
});
editor.updateOptions({ wordWrap: "on" });


return {
editor,
Expand Down

0 comments on commit 6fc1b1d

Please sign in to comment.