fabiospampinato.vscode-todo-plus
// .vscode/settings.json
{
"vitest.rootConfig": "vitest.config.ts",
"todo.colors.comment": "#FFDD87", // Comment color
"todo.colors.tags.background": ["#e54545", "#e59f45", "#e5d145", "#ae81ff"], // Special tags' background colors
"todo.colors.tags.foreground": ["#000000", "#000000", "#000000", "#000000"], // Special tags' foreground colors
"todo.tags.names": ["must", "should", "could", "won't"], // Special tags' names
"todo.file.name": "note/TODO",
"todo.file.defaultContent": "Task:\n β μ 체\n β μꡬμ¬ν λΆμ(λ¬Έμ μν©, λͺ©ν λ±)\n\n β κ°λ° μ λ΅(ν
μ€νΈ μλ리μ€, μ°μ μμ - νμμλ‘ λ―Έλ£°κ² μλ?, μμ
λͺ©λ‘ μμ±) \n\n β μμ
λͺ©λ‘: @must @could @should @won't\n\n β νκ³ \n\n β μΆκ°"
}