Pra3t0r5

bettercomments_todotree_vscodeconf

Mar 6th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.53 KB | None | 0 0
  1. "todo-tree.general.tags": [
  2.         "BUG",
  3.         "HACK",
  4.         "FIXME",
  5.         "TODO",
  6.         "XXX",
  7.         "// ?",
  8.         "// !",
  9.         "// whatif",
  10.         "// note",
  11.         "// rm",
  12.         "// task",
  13.         "// x"
  14.     ],
  15.     "todo-tree.filtering.ignoreGitSubmodules": true,
  16.     "todo-tree.filtering.excludeGlobs": [
  17.         "**/node_modules/*",
  18.         "**/www/*"
  19.     ],
  20.     "todo-tree.tree.showCountsInTree": true,
  21.     "todo-tree.general.enableFileWatcher": true,
  22.     "todo-tree.general.statusBar": "total",
  23.     "better-comments.tags": [
  24.         {
  25.             "tag": "!",
  26.             "color": "#FF2D00",
  27.             "strikethrough": false,
  28.             "backgroundColor": "transparent"
  29.         },
  30.         {
  31.             "tag": "?",
  32.             "color": "#3498DB",
  33.             "strikethrough": false,
  34.             "backgroundColor": "transparent"
  35.         },
  36.         {
  37.             "tag": "//",
  38.             "color": "#474747",
  39.             "strikethrough": true,
  40.             "backgroundColor": "transparent"
  41.         },
  42.         {
  43.             "tag": "todo",
  44.             "color": "#FF8C00",
  45.             "strikethrough": false,
  46.             "backgroundColor": "transparent"
  47.         },
  48.         {
  49.             "tag": "*",
  50.             "color": "#98C379",
  51.             "strikethrough": false,
  52.             "backgroundColor": "transparent"
  53.         },
  54.         {
  55.             "tag": "rm",
  56.             "color": "#FFB2FF",
  57.             "strikethrough": false,
  58.             "backgroundColor": "transparent"
  59.         }
  60.     ]
Advertisement
Add Comment
Please, Sign In to add comment