jasonnutter / vscode-search-node-modules

Simple plugin for VS Code that allows you to quickly navigate the file inside your project's node_modules directory.
https://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules
MIT License
60 stars 17 forks source link

ShowQuickpick option for mutiple selection in visual studio code #25

Closed SaranSank closed 5 years ago

SaranSank commented 5 years ago

I am trying to get selected multiple files not folder and if i click folder i want to show folder details using canPickMany: true but not working. I do not know placeholder is correct or not.So anyone can resolve this issue?

       vscode.window.showQuickPick(options, {
            placeHolder: path.format({ dir: workspacename, base: folderpath}),
            canPickMany:true 
        })
        .then(selected => {