Code Instable
Code Instable
First of all thank you for the amazing and intuitive extension, After using it for over a year now I decided to open an issue on the biggest issue I...
Defining the regex on langugae specific settings [(VScode doc)](https://code.visualstudio.com/docs/getstarted/settings#_language-specific-editor-settings) does not seem to work ```json "[latex]": { "todo-tree.regex.regex": "((>| |@)\\s*($TAGS)\\{*|^\\s*- \\[ \\])", "todo-tree.regex.regexCaseSensitive": false, // other "editor.defaultFormatter": "nickfode.latex-formatter" }, ```...