Skip to content

Commit

Permalink
chore(vscode): add todo tree settings to settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Jan 29, 2023
1 parent c24e3ad commit 32fbe4b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,17 @@
"shellformat.flag": "-ci -fn -i=2 -sr",
"shellformat.useEditorConfig": true,
"terminal.integrated.copyOnSelection": true,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"[ ]",
"[x]",
"@todo"
],
"todo-tree.regex.regex": "((/?\\*|//|#|<!--|^)\\s*($TAGS)|^\\s*- \\[ \\])",
"todo-tree.tree.scanMode": "workspace",
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
Expand Down

0 comments on commit 32fbe4b

Please sign in to comment.