My Task Manager Extension
The My Task Manager Extension for Visual Studio Code allows you to manage and track tasks with timers directly from the VSCode sidebar.
Features
- Task Management: Add, start, stop, and remove tasks with ease.
- Task Timers: Track elapsed time for each task.
- Visual Feedback: Utilizes status bar to display task timers.
- Customizable: Context menus and commands tailored for efficient task management.
Installation
To install the My Task Manager Extension, follow these steps:
- Open Visual Studio Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or press
Ctrl+Shift+X .
- Search for
My Task Manager Extension .
- Click
Install to install it.
- Restart VS Code if prompted.
Usage
Adding a Task
- Open the Command Palette (
Ctrl/Cmd + Shift + P ).
- Type
Add Task and select it.
- Enter the task label when prompted and press
Enter .
Managing Tasks
- Starting a Task: Click on a task in the sidebar and select
Start Task from the context menu or command palette.
- Stopping a Task: Use the
Stop Task command to stop the currently running task timer.
- Removing a Task: Right-click on a task in the sidebar and select
Remove to delete it from the task list.
Commands
Add Task : Opens an input box to add a new task.
Start Task : Begins tracking time for the selected task.
Stop Task : Stops the timer for the currently running task.
Remove : Deletes the selected task from the list.
Configuration
The extension does not currently support configuration options.
Issues
If you encounter any issues or have suggestions, please file an issue on GitHub.
License
This extension is licensed under the Your License Name. See the LICENSE file for more information.
| |