@comfanion/usethis_todo 0.1.16-dev.4 → 0.1.16-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -41,7 +41,7 @@ const UsethisTodoPlugin: Plugin = async ({ directory, client }) => {
|
|
|
41
41
|
"usethis_todo_read",
|
|
42
42
|
"usethis_todo_read_five",
|
|
43
43
|
"usethis_todo_read_by_id",
|
|
44
|
-
|
|
44
|
+
// todowrite is NOT pruned — required for TUI rendering + sidebar sync
|
|
45
45
|
])
|
|
46
46
|
|
|
47
47
|
// Collect all TODO-related tool parts
|