Default settings page for Monaco Editor

Is there a default settings page for Monaco editor which can be shown to the user so she could change her basic preferences? (e.g., toggling the mini-map)

Of course, it's possible to build a custom UI and update the editor from there, but wondering if there's a default page that's already built which we can reuse?

Upvotes: 0

Views: 363

Answers (1)

Mike Lischke
Mike Lischke

Reputation: 53437

There's no such thing like a settings page for Monaco. You have to create your own one.

Upvotes: 0

Related Questions