Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.43k stars 139 forks source link

UNRESPONSIVE extension host: 'gruntfuggly.todo-tree' #771

Closed tjx666 closed 1 year ago

tjx666 commented 1 year ago

When I open vue file, the todo-tree auto start refresh:

"todo-tree.regex.regex": "(?:(?://|#|<!--|;|/\\*\\*?|\\*|(-|\\d+.))\\s*($TAGS))",
    "todo-tree.filtering.useBuiltInExcludes": "file and search excludes",
    "todo-tree.general.tags": ["TODO:", "FIXME:", "NOTE:", "[ ]", "[x]"],
    "todo-tree.highlights.customHighlight": {
        "TODO:": {
            "foreground": "#FFFFFF",
            "background": "#FFBD2A",
            "iconColour": "#FFBD2A"
        },
        "FIXME:": {
            "foreground": "#FFFFFF",
            "background": "#F06292",
            "icon": "flame",
            "iconColour": "#F06292"
        },
        "NOTE:": {
            "foreground": "#808080",
            "background": "#FFFF00",
            "icon": "alert",
            "iconColour": "#FFFF00"
        }
    },
    "todo-tree.highlights.defaultHighlight": {
        "gutterIcon": false,
        "rulerLane": "none"
    },
    "todo-tree.ripgrep.ripgrep": "/usr/local/bin/rg",
    "todo-tree.tree.autoRefresh": false,
    "todo-tree.tree.scanAtStartup": false,
image
todo-tree: v0.0.226
Version: 1.79.2
Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06
Date: 2023-06-14T08:58:33.551Z
Electron: 22.5.7
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin arm64 22.5.0
tjx666 commented 1 year ago

Seems is gitlens issue: https://github.com/gitkraken/vscode-gitlens/issues/2750