patleeman / VSNotes

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

VSNotes never refreshes if 'tags' frontmatter is empty #81

Open gohma231 opened 4 years ago

gohma231 commented 4 years ago

Reproduce

This will never allow VSNotes to refresh the notes directory. It will endlessly spin.

---
tags:
---

This is a workaround to use empty tags frontmatter.

---
tags: []
---

There should probably be a check to prevent an endless loop in VSNotes.