showWorkspaceFolderPickAsync
fun showWorkspaceFolderPickAsync(options: WorkspaceFolderPickOptions = definedExternally): PromiseLike<WorkspaceFolder?>(source)
Shows a selection list of workspace folders to pick from. Returns undefined
if no folder is open.
Parameters
options
Configures the behavior of the workspace folder list.