Liking cljdoc? Tell your friends :D

dots.vscode.workspace-folder-pick-options

Options to configure the behaviour of the {@link WorkspaceFolder workspace folder} pick UI.

Options to configure the behaviour of the {@link WorkspaceFolder workspace folder} pick UI.
raw docstring

ignore-focus-out?cljs

(ignore-focus-out? workspace-folder-pick-options)

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.

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.
sourceraw docstring

place-holdercljs

(place-holder workspace-folder-pick-options)

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

An optional string to show as placeholder in the input box to guide the user what to pick on.
sourceraw docstring

set-ignore-focus-out!cljs

(set-ignore-focus-out! workspace-folder-pick-options value)

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.

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.
sourceraw docstring

set-place-holder!cljs

(set-place-holder! workspace-folder-pick-options value)

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

An optional string to show as placeholder in the input box to guide the user what to pick on.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close