hav Task List Released

June 27, 2026 · 1 min read

I've used the Todo Tree extension in Visual Studio Code for years. It helped me keep track of tasks across my projects, even though it has been abandoned for quite a while. Recently, though, it started throwing errors. I found a few possible fixes, and others suggested switching to a maintained fork. But after building my first VS Code extension, I decided to make my own task list extension instead.

The result is hav Task List, a VS Code extension that scans workspace files for TODO-style task tags and shows them in a dedicated tree view.

More details and screenshots are available on the hav Task List project page.

You can find it on the official Visual Studio Code Marketplace: https://marketplace.visualstudio.com/items?itemName=havoc.task-list

The source code is available on GitHub: https://github.com/Havoc7891/hav-task-list

P.S. This isn't the big project I wanted to announce, just a side project that was ready for release. The other project has grown into something bigger than I originally planned, and I don't want to rush the announcement.