Tasklet (VS Code Extension)
A simple task list in the VS Code activity bar: checkboxes, archive, and last-modified timestamps.
Features
- Activity bar icon – Opens the task list view.
- Task count – View title shows "Tasks (n)" for the number of active tasks.
- Add task – Type in the input at the bottom and press Enter.
- Rename – Click a task label to edit inline.
- Archive – Check a task to move it to the archive (with animation).
- Restore – Uncheck an item in the archive to move it back (with animation).
- Timestamps – Hover a task to see "Last modified at …".
Install from Marketplace
Install from the VS Code Marketplace, or run:
code --install-extension Yarden.tasklet
Run locally
npm install
npm run compile
- Press F5 or use Run > Start Debugging to open a new VS Code window with the extension loaded.
- Click the task list icon in the activity bar (left sidebar).
Install from VSIX
npm install && npm run compile
npx vsce package
- Install the generated
.vsix via Extensions > ... > Install from VSIX.
| |