Skip to content

Commit

Permalink
feat(vs): add IMPORTANT to todo highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Oct 11, 2024
1 parent f37b4d5 commit 92a6a55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vscode/macos/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,11 @@
"color": "#fff",
"backgroundColor": "#f44747"
},
{
"text": "IMPORTANT:",
"color": "#fff",
"backgroundColor": "#f44747"
},
{
"text": "WHY:",
"color": "#fff",
Expand Down

0 comments on commit 92a6a55

Please sign in to comment.