Skip to content

Commit

Permalink
Config code todohighlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Tingelöf committed Oct 10, 2023
1 parent bf63340 commit 5a5f558
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion templates/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,30 @@
"search.defaultViewMode": "tree",
"search.collapseResults": "alwaysCollapse",
"window.zoomLevel": -1,
"security.workspace.trust.untrustedFiles": "open"
"security.workspace.trust.untrustedFiles": "open",
"todohighlight.keywords": [
{
"text": "\"severity\": \"error\"",
"backgroundColor": "",
"color": "{{base08}}"
},
{
"text": "\"severity\": \"warn\"",
"backgroundColor": "",
"color": "{{base0A}}"
},
{
"text": "\"severity\": \"error\"",
"backgroundColor": "",
"color": "{{base08}}"
},
{
"text": "\"severity\": \"warn\"",
"backgroundColor": "",
"color": "{{base0A}}"
},
],
"files.associations": {
"*.txt": "jsonl"
}
}

0 comments on commit 5a5f558

Please sign in to comment.