This extension allows you to easily go through your commit history and create a concise one-liner for your timesheet.
Features
Navigate through your Git commit history effortlessly.
Generate summarized one-liners for each commit, making it easy to track your work.
Visualize your commit history in a user-friendly interface.
Tip: Consider using short animations to demonstrate how to use the extension effectively!
Requirements
Git: Ensure that you have Git installed and your workspace is initialized as a Git repository.
VS Code: This extension requires Visual Studio Code to be installed.
Extension Settings
This extension contributes the following settings:
timesheet.enable: Enable/disable this extension.
timesheet.commitCount: Set the number of commits to fetch from the history.
Known Issues
Currently, the extension may not detect repositories if they are opened directly from subdirectories. Always open the main repository folder in VS Code.
Release Notes
Users appreciate release notes as you update your extension.
1.0.0
Initial release of the timesheet extension.
1.0.1
Fixed issue with commit detection in certain environments.
1.1.0
Added feature to generate one-liner summaries from commit messages.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux)
Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets