Differences between revisions 2 and 3
Revision 2 as of 2023-01-08 17:15:45
Size: 561
Comment:
Revision 3 as of 2025-12-19 21:10:22
Size: 0
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from NodeJS/MonacoEditor
= Monaco Editor =

The '''Monaco Editor''' is a text editor written by Microsoft for their !VSCode IDE.

<<TableOfContents>>

----



== Troubleshooting ==

If the editor loads successfully (i.e. no !JavaScript errors) but does not appear visually correct, the CSS likely failed to load. See [[https://github.com/microsoft/monaco-editor/issues/333|issue #333]] and [[https://github.com/microsoft/monaco-editor-samples/blob/master/nwjs-amd/index.html|this minimal demo]].



----
CategoryRicottone