You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Select a package or folder to view its contents. Selecting '..' shows the previous level's contents. You may also type a full document name into the filter box and press 'Enter' to select that document.";
314
316
quickPick.title=`${prompt ? prompt : "Select a document"}${numberOfSteps ? `(${step}/${numberOfSteps})` : `in namespace '${api.ns}' on server '${api.serverId}'`}`;
315
317
quickPick.ignoreFocusOut=true;
316
318
quickPick.buttons=[
@@ -402,21 +404,47 @@ export async function pickDocument(
0 commit comments