Created
May 10, 2025 10:00
-
-
Save salahelfarissi/f103235484184ee90f84af7222851251 to your computer and use it in GitHub Desktop.
.vscode workspace settings (Better Comments)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This setting was taken from ts-fundamentals-v4 course.