VSCode

VSCode

ToDo

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  โ˜ ์ถ”๊ฐ€"
}

Last updated