Skip to content

feat: Customize Monaco's settings #90

@SnirBroshi

Description

@SnirBroshi

Feature request: Add a locally saved JSON that will be appended to Monaco's settings, i.e.

const editor = monaco.editor.create(container, { ...hardcodedSettings, ...JSON.parse(localStorage.monacoSettings) });

Specifically I want to set { "rulers": [100] }, and instead of adding a toggle specifically for it I thought being more customizable would be better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions