todo-tree icon indicating copy to clipboard operation
todo-tree copied to clipboard

Compact folders break Tree mode when subTags get detected

Open mbalc opened this issue 1 year ago • 0 comments

Subtags produce a folder that's impossible to unfold - see and reproduce, using a similar file structure as in the screenshots

Compact folders off: image

Compact folders on: image

config:

  "todo-tree.regex.regex": "(//|#|<!--|;|/\\*|/\\*\\*|^\\s*(-|\\d+.))\\s*($TAGS).*(\\n\\s*//\\s{2,}.*)*",
  "todo-tree.regex.subTagRegex": "^\\s*\\((.*)\\)",

Using version v0.0.226

mbalc avatar Apr 09 '24 16:04 mbalc