@servicenow/sdk - v4.4.1
    Preparing search index...

    Information found in a configure request.

    interface ConfigureRequestArguments {
        extraFileExtensions?: FileExtensionInfo[];
        file?: string;
        formatOptions?: ChangePropertyTypes<
            tsc.FormatCodeSettings,
            { indentStyle: tsc.IndentStyle
            | tsc.server.protocol.IndentStyle },
        >;
        hostInfo?: string;
        preferences?: tsc.UserPreferences;
        watchOptions?: tsc.server.protocol.WatchOptions;
    }
    Index

    Properties

    extraFileExtensions?: FileExtensionInfo[]

    The host's additional supported .js file extensions

    file?: string

    If present, tab settings apply only to this file.

    formatOptions?: ChangePropertyTypes<
        tsc.FormatCodeSettings,
        { indentStyle: tsc.IndentStyle
        | tsc.server.protocol.IndentStyle },
    >

    The format options to use during formatting and other code editing features.

    hostInfo?: string

    Information about the host, for example 'Emacs 24.4' or 'Sublime Text version 3075'

    preferences?: tsc.UserPreferences