vs code 的TODO tree插件配制

"todo-tree.defaultHighlight": {
        "type": "text",
    },
    "todo-tree.customHighlight": {
        "TODO": {
            "icon": "check",
            "foreground": "#000",
            "background": "#cecb32",
            "iconColour": "#fffc43"
        },
        "FIXME": {
            "icon": "alert",
            "foreground": "#fff",
            "background": "#ca4848",
            "iconColour": "#ff4343"
        }
    }

你可能感兴趣的:(vs code 的TODO tree插件配制)