François

Results 1 comments of François

For me it worked after I packed the code (``self.MonacoEnvironment = {...``) into its own file and imported it before the ``monaco-editor`` ```javascript import "./monacoWorker"; import * as monaco from...