vscode-search-node-modules icon indicating copy to clipboard operation
vscode-search-node-modules copied to clipboard

[Bug] `"search-node-modules.useLastFolder": true` is not working

Open wenfangdu opened this issue 3 years ago • 0 comments

VSCode: 1.68.0 Search node_modules: 1.3.0

Enable search-node-modules.useLastFolder, open a file that has node_modules not in the root level, e.g.

- root
  - parent
    - node_modules
    - file

Use extension.search, and the extension throws "Search node_modules: No node_modules folder in this workspace.".

wenfangdu avatar Jun 13 '22 03:06 wenfangdu