Skip to content

Commit

Permalink
fix: enable monaco syntax validation
Browse files Browse the repository at this point in the history
  • Loading branch information
sidwebworks committed Jun 11, 2022
1 parent a1574ae commit 67d5702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/monaco/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function requestResponse(worker, data) {

export const onBeforeEditorMount: BeforeMount = async (monaco) => {
const diagOpts: languages.typescript.DiagnosticsOptions = {
noSemanticValidation: true,
noSemanticValidation: false,
noSyntaxValidation: false,
};

Expand Down

1 comment on commit 67d5702

@vercel
Copy link

@vercel vercel bot commented on 67d5702 Jun 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web-pen – ./

web-pen.vercel.app
web-pen-sidwebworks.vercel.app
web-pen-git-master-sidwebworks.vercel.app

Please sign in to comment.