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

Target Language for Regex setting in settings.json

Open code-instable opened this issue 2 years ago • 1 comments

Defining the regex on langugae specific settings (VScode doc) does not seem to work

"[latex]": {
        "todo-tree.regex.regex": "((>| |@)\\s*($TAGS)\\{*|^\\s*- \\[ \\])",
        "todo-tree.regex.regexCaseSensitive": false,
        // other
        "editor.defaultFormatter": "nickfode.latex-formatter"
    },
image
    "todo-tree.regex.regex": "((>| |@)\\s*($TAGS)\\{*|^\\s*- \\[ \\])",
    "[latex]": {
        "todo-tree.regex.regexCaseSensitive": false,
        // other
        "editor.defaultFormatter": "nickfode.latex-formatter"
    },
image

I verified that I am using the right language id : image

code-instable avatar Jun 08 '23 10:06 code-instable

I'm having the same issue.

AddisonHowe avatar Mar 08 '24 21:03 AddisonHowe