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

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

Open wenfangdu opened 2 years ago

wenfangdu commented 2 years ago

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.".