Skip to content

Commit

Permalink
feat: enable remote json schema requests for json objects. See https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
Petrisor Lacatus committed Nov 13, 2023
1 parent 9cd5a6a commit 03bfbf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editors/basicCodeEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ export class MonacoCodeEditor {
],
allowComments: false,
validate: true,
enableSchemaRequest: true,
});

// Customize the typescript worker to add the methods needed by the script editor as well as CodeHost
Expand Down

0 comments on commit 03bfbf4

Please sign in to comment.