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
I am making an extension for VSCode where I present the user with a list using showQuickPick() like so:
From what I understand, this way allows user to only pick one item out of the whole list. Is there a way to allow user to pick multiple items? I could not find anything for this on the vscode namespace API.