Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TaskletNew to Visual Studio Code? Get it now.
Tasklet

Tasklet

Yarden

|
1 install
| (0) | Free
Simple checkbox task list with archive functionality.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. npm install
  2. npm run compile
  3. Press F5 or use Run > Start Debugging to open a new VS Code window with the extension loaded.
  4. Click the task list icon in the activity bar (left sidebar).

Install from VSIX

  1. npm install && npm run compile
  2. npx vsce package
  3. Install the generated .vsix via Extensions > ... > Install from VSIX.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft