diff --git a/playground/src/index.ts b/playground/src/index.ts index ef77bc95..a51b541d 100644 --- a/playground/src/index.ts +++ b/playground/src/index.ts @@ -157,6 +157,7 @@ const configureMonaco = () => { fileMatch: ["bebop.json"], }, ], + schemaValidation: "error" }); }; @@ -205,6 +206,8 @@ const createEditor = ( formatOnPaste: true, formatOnType: true, }); + editor.updateOptions({ wordWrap: "on" }); + return { editor,