@comfanion/usethis_todo 0.1.15-dev.3 → 0.1.15-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
|
@@ -127,7 +127,7 @@ const UsethisTodoPlugin: Plugin = async ({ directory, client }) => {
|
|
|
127
127
|
output.title = "📋 Task details"
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
// Publish snapshot into chat (
|
|
130
|
+
// Publish snapshot into chat (sidebar doesn't refresh from plugin writes)
|
|
131
131
|
const publishTools = new Set([
|
|
132
132
|
"usethis_todo_write",
|
|
133
133
|
"usethis_todo_update",
|