You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "todo-board",
3
3
"displayName": "TODO Board",
4
4
"description": "Organize seus TODOs em um quadro Kanban visual com prioridades, labels e busca customizável",
5
-
"version": "1.2.0",
5
+
"version": "1.3.0",
6
6
"publisher": "dantewebmaster",
7
7
"repository": {
8
8
"type": "git",
@@ -154,6 +154,26 @@
154
154
"@TODO"
155
155
],
156
156
"description": "Padrões de busca para TODOs. Exemplos: '@TODO', 'TODO', '@FIXME', 'FIXME', 'BUG'. Não inclua parênteses ou caracteres especiais de regex."
157
+
},
158
+
"todo-board.highlight.enabled": {
159
+
"type": "boolean",
160
+
"default": true,
161
+
"description": "Ativar destaque visual de comentários TODO no editor"
162
+
},
163
+
"todo-board.highlight.highPriorityColor": {
164
+
"type": "string",
165
+
"default": "#e74c3c",
166
+
"description": "Cor para TODOs de alta prioridade (@TODO(high))"
167
+
},
168
+
"todo-board.highlight.mediumPriorityColor": {
169
+
"type": "string",
170
+
"default": "#ffa94d",
171
+
"description": "Cor para TODOs de média prioridade (@TODO(medium))"
172
+
},
173
+
"todo-board.highlight.lowPriorityColor": {
174
+
"type": "string",
175
+
"default": "#4dabf7",
176
+
"description": "Cor para TODOs de baixa prioridade ou sem prioridade (@TODO(low) ou @TODO)"
0 commit comments