Does not work if the component is a folder with an `index.vue`.
tatyshev opened this issue · 2 comments
tatyshev commented
Possibly needs to do something similar to:
vscode.workspace.findFiles(`**/${fileName}`, `**/${fileName}/index.vue`, '**/node_modules');
If this is the right way, can i make PR?
fuzinato commented
You are right, although suggested code will not work since second argument is "exclude" pattern ( node modules are not considered when searching). But please make a PR if you find a solution. Thanks
fuzinato commented
Issue is fixed and released in 1.0.1