Theia API Documentation v1.65.0
    Preparing search index...
    interface WriteEncodingOptions {
        encoding?: string;
        overwriteEncoding?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    encoding?: string

    The encoding to use when updating a file.

    overwriteEncoding?: boolean

    If set to true, will enforce the selected encoding and not perform any detection using BOMs.