helgemor
(Helge)
January 4, 2022, 11:39am
1
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?
mbonani
(Mauricio Bonani)
January 10, 2022, 3:07am
3
I found this on the Node-RED forum. I hope it helps.
helgemor
(Helge)
January 10, 2022, 8:52am
4
Thanks for the info. Let’s hope it gets fixed. An editor you can’t edit in isn’t very useful.
helgemor
(Helge)
January 10, 2022, 9:07am
5
I don’t have any of the naughty nodes in my Node Red, but it’s still read only.