Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "todo-tree.general.tags": [
- "BUG",
- "HACK",
- "FIXME",
- "TODO",
- "XXX",
- "// ?",
- "// !",
- "// whatif",
- "// note",
- "// rm",
- "// task",
- "// x"
- ],
- "todo-tree.filtering.ignoreGitSubmodules": true,
- "todo-tree.filtering.excludeGlobs": [
- "**/node_modules/*",
- "**/www/*"
- ],
- "todo-tree.tree.showCountsInTree": true,
- "todo-tree.general.enableFileWatcher": true,
- "todo-tree.general.statusBar": "total",
- "better-comments.tags": [
- {
- "tag": "!",
- "color": "#FF2D00",
- "strikethrough": false,
- "backgroundColor": "transparent"
- },
- {
- "tag": "?",
- "color": "#3498DB",
- "strikethrough": false,
- "backgroundColor": "transparent"
- },
- {
- "tag": "//",
- "color": "#474747",
- "strikethrough": true,
- "backgroundColor": "transparent"
- },
- {
- "tag": "todo",
- "color": "#FF8C00",
- "strikethrough": false,
- "backgroundColor": "transparent"
- },
- {
- "tag": "*",
- "color": "#98C379",
- "strikethrough": false,
- "backgroundColor": "transparent"
- },
- {
- "tag": "rm",
- "color": "#FFB2FF",
- "strikethrough": false,
- "backgroundColor": "transparent"
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment