Theia API Documentation v1.68.0
    Preparing search index...

    Interface WorkspaceFolderPickOptions

    Options to configure the behavior of the workspace folder pick UI.

    interface WorkspaceFolderPickOptions {
        ignoreFocusOut?: boolean;
        placeHolder?: string;
    }
    Index

    Properties

    ignoreFocusOut?: boolean

    Set to true to keep the picker open when focus moves to another part of the editor or to another window. This setting is ignored on iPad and is always false.

    placeHolder?: string

    An optional string to show as placeholder in the input box to guide the user.