Skip to content

Instantly share code, notes, and snippets.

@salahelfarissi
Created May 10, 2025 10:00
Show Gist options
  • Save salahelfarissi/f103235484184ee90f84af7222851251 to your computer and use it in GitHub Desktop.
Save salahelfarissi/f103235484184ee90f84af7222851251 to your computer and use it in GitHub Desktop.
.vscode workspace settings (Better Comments)
"better-comments.multilineComments": true,
"better-comments.tags": [
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "-",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "!",
"color": "#DA8C83",
"strikethrough": false,
"underline": false,
"backgroundColor": "#481812",
"bold": false,
"italic": false
},
{
"tag": "✔️",
"color": "#B5BD68",
"strikethrough": false,
"underline": false,
"backgroundColor": "#1E4A2A",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#9BB0F9",
"strikethrough": false,
"underline": false,
"backgroundColor": "#313A5C",
"bold": false,
"italic": false
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#2F3139",
"strikethrough": false,
"underline": true,
"backgroundColor": "#B1B3BD",
"bold": true,
"italic": false
}
]
}
@salahelfarissi
Copy link
Author

This setting was taken from ts-fundamentals-v4 course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment