VSNotes icon indicating copy to clipboard operation
VSNotes copied to clipboard

VSNotes never refreshes if 'tags' frontmatter is empty

Open gohma231 opened this issue 5 years ago • 0 comments

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.

gohma231 avatar May 03 '20 23:05 gohma231