Vi Tasks ManagerYour tasks, your timer, and your commits — in the editor, not in a browser tab. Vi Tasks Manager brings your Vi work queue directly into VS Code. Pick up a task, start coding, and let the extension handle the bookkeeping: the timer starts when you do, and finishing a task commits and pushes your work with the task id already in the message. Commit & CloseThis is the part you will notice on day one. When you mark a task Done:
If nothing was staged, the extension asks before closing the task with no changes attached. If a merge is still unresolved, it refuses to close the task at all — closing cannot be undone, and a half-finished merge is not something to discover afterwards. Commits are linked back to the task in Vi, so a task's history shows what actually shipped. Only commit metadata is sent — never your source code. Git work goes through VS Code's own built-in Git extension, so it uses the repository and credentials you already have set up. Your task list, in the sidebar
A timer that runs itselfSet a task to In Progress and the timer starts. Switch tasks, pause, or finish, and it stops. The elapsed time is live in the panel, and it is the same timer the web app sees — no double entry, no forgotten stopwatch. Shelve and restoreMoving a task from In Progress to Queued or Blocked offers to stash its working-tree changes, and picking the task back up offers to restore them. Half-finished work stays with the task it belongs to instead of leaking into the next commit. Subtasks that close cleanlyClosing a subtask commits your work but does not push — the push belongs to the real task. When you close the last open subtask, the extension asks whether to finish the parent too, and if you say yes it closes it and pushes everything at once. Team chat, in real timeDirect messages and group rooms with unread badges, delivered over a live connection rather than polling — so a quick "is this ready to merge?" does not cost you a context switch. Getting started
Your access token is stored in VS Code's SecretStorage, not in a settings file. Commands
Settings
Requirements
Good to know
Links
|