Lenard Wiedekamp
Lenard Wiedekamp
Minimal Code Example: ```dart import 'package:figma_squircle/figma_squircle.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; class ASection extends StatelessWidget { const ASection({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Column(...
Using ```json "todo-tree.general.tags": [ "LATER", ], ```  all `#Later`tags in my single markdown file are found. But using ```json "todo-tree.general.tags": [ "#LATER", ], ```  only the first match...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Version 6.3.2 ### Description Hey there, First of all, thank you for melos,...