- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2023 03:21 AM
Hi,
Does anyone know where I can find more information about the change of code editor from codemirror to monaco-editor?
I tried to find some information in the Utah release notes but I was not able to.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2024 12:38 AM
You may have to look -
Some tips and tricks for the new Monaco code edito... - ServiceNow Community
https://cezarybasta.dev/refresh-your-developer-experience/
Mark my answer Helpful & Accepted if I have answered your question.
Regards,
CB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 02:55 AM
Thank you @chetanb, that is a very helpful post. Although it confirms that ServiceNow has not made the Monaco editor configurable, and any solutions to try and configure it comes from third-party plugins.
I hope ServiceNow adds the ability to pass configuration options, should be easy enough to do global config with a system property and user level config with user preferences.
I'll mark your reply as the solution and revisit the Monaco configuration at a later time.