- Added: Initial support for multi-root workspaces.
- Added:
search_node_modules.pathoption to specify the path to yournode_modulesfolder.
- Added:
search-node-modules.useLastFolderoption to default the file picker to the folder of the last opened file. Turned off by default, please provide feedback! - Added: A new entry in the file list (separated by a blank entry) which when picked, takes you back to the
node_modulesfolder for your workspace (the workspace folder name has been added to the file picker placeholder to make it more clear that this option takes you back to that folder). - Fixed: Added error handling for invalid folders (e.g. if you try to launch the file picker when there isn't a
node_modulesfolder in your workspace).
- Fixed: Ensure keyboard shortcut only fires when terminal is not focused. This was breaking the built-in shortcut to clear the integrated terminal.
- Initial release.