@yamlresume/playground
    Preparing search index...

    Function configureYamlSupport

    • Configures YAML language support (completion, validation and hover documentation) for the resume YAML editor, powered by monaco-yaml running the YAML language server in a Web Worker against the YAMLResume JSON schema.

      This function is idempotent: calling it multiple times configures the language support only once.

      Parameters

      • monaco: __module

        The Monaco instance used by the editor.

      Returns void