Replace the abandoned todo-tree extension with better-todo-tree - #26
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #26 +/- ##
========================================
Coverage 44.96% 44.96%
========================================
Files 25 25
Lines 3398 3398
Branches 259 259
========================================
Hits 1528 1528
Misses 1824 1824
Partials 46 46 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates the repository's VS Code workspace extension recommendations to replace the unmaintained gruntfuggly.todo-tree with the actively maintained fanaticpythoner.better-todo-tree, aligning this repo with the stated baseline recommendation set.
Changes:
- Remove
gruntfuggly.todo-treefrom workspace extension recommendations. - Add
fanaticpythoner.better-todo-treeto workspace extension recommendations.
ptr727
added a commit
that referenced
this pull request
Aug 3, 2026
gruntfuggly.todo-tree is no longer maintained. The fleet standard extension set in the hub's GOVERNANCE.md "Editor and Tasks" now names fanaticpythoner.better-todo-tree as the actively developed replacement, so adopt it here. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gruntfuggly.todo-treeis no longer maintained. The hub'sGOVERNANCE.md"Editor and Tasks" standard extension set namesfanaticpythoner.better-todo-treeas the actively developed replacement, and the hub workspace andcatalog/snippets/vscode/base.jsoncboth already carry it, so adopt it here.Part of the conformance sweep against the hub baseline (
audit run 2026-08-01T14:29:05Z | hub 6501479). This is not an audit finding -.code-workspaceis not inspec/files.json- it is the prose rule in the verbatim "Editor and Tasks" section.The remaining gap in this repo's recommendation set (markdown-all-in-one, actionlint, shellcheck, claude-code, and the Docker extension) is deliberately left out of this PR: editing the active
.code-workspacereloads the VS Code window, and the same section says to leave those edits to the maintainer.