Lenard Wiedekamp

Results 3 issues of 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", ], ``` ![Image](https://github.com/user-attachments/assets/75ea5de9-8b4b-46a5-81d7-4b091e8e345f) all `#Later`tags in my single markdown file are found. But using ```json "todo-tree.general.tags": [ "#LATER", ], ``` ![Image](https://github.com/user-attachments/assets/55487300-c805-4f95-91ac-9af50c239e24) 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,...

bug
needs triage