VS Code editor in Node Red, anoyone?

Has anyone succeded in using the VS Code (monaco) editor in Node Red?
I changed settings.js:

    editorTheme: {
	 codeEditor: {
	 	lib: "monaco"
	 	}, ... etc,
    },

This changes the editor, but it doesn’t work well. Some functions seem ok, but editing text is not possible.
What am I doing wrong? Or isn’t it supposed to work?

Has anyone tried this?

I found this on the Node-RED forum. I hope it helps.

Thanks for the info. Let’s hope it gets fixed. An editor you can’t edit in isn’t very useful.

I don’t have any of the naughty nodes in my Node Red, but it’s still read only.