Skip to content

Commit

Permalink
Merge pull request #15 from flowforge/215-set-editor-to-monaco
Browse files Browse the repository at this point in the history
Set default editor to monaco
  • Loading branch information
hardillb authored Feb 15, 2022
2 parents 0492aa4 + 7921c24 commit 41240e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/runtimeSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ module.exports = {
},
header: {
title: 'FlowForge'
},
codeEditor: {
lib: "monaco"
}
}
}`
Expand Down

0 comments on commit 41240e8

Please sign in to comment.