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

    Options to configure the behaviour 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.

    placeHolder?: string

    An optional string to show as place holder in the input box to guide the user what to pick on.