patleeman / VSNotes

Simple VS Code extension for plain text note taking.
https://marketplace.visualstudio.com/items?itemName=patricklee.vsnotes
MIT License
174 stars 33 forks source link

Search not working correctly #68

Open xapfrom opened 5 years ago

xapfrom commented 5 years ago

On searching notes, "files to include" not populating with configured path to VSNotes folder

metalelf0 commented 4 years ago

This is because the extension populates the notes path (files to include) prepending ./. E.g., if your notes folder is a sibling folder of your current project, it will output ./../Notes. Removing the leading ./ makes the search work again. I'll see if I can fix it and submit a PR.