showWorkspaceFolderPick method
Shows a selection list of {@link workspace.workspaceFoldersworkspace folders} to pick from.
Returns undefined
if no folder is open.
Implementation
_i2.Future<_i2.dynamic> showWorkspaceFolderPick(
[_i4.WorkspaceFolderPickOptions? options]) =>
_i3.promiseToFuture(_i3.callMethod(
this,
'showWorkspaceFolderPick',
[options ?? _i5.undefined],
));