Basic monaco-editor demo
// codes here are only read during // initialization. // there are no data-binding between // monaco-editor and the slot. var msg = 'hello world!';
Click on the button to change the value inside the editor
console.log("hello world")
console.log("hello world again")