Welcome to the Developer Activity Journal extension! This extension logs projects, files, and basic actions taken on these resources, tracking the time spent on each file. It syncs with a GitHub repository of the user's choice at a user-defined frequency, allowing the user to maintain a journal of actions performed in VS Code.
- Logs time spent on each file.
- Tracks basic actions on files and projects.
- Syncs with a GitHub repository at user-defined intervals.
- Visual Studio Code
- A GitHub account for repository synchronization
This extension contributes the following settings:
activityJournal.enable
: Enable/disable the extension.activityJournal.syncFrequency
: Set the frequency of synchronization with the GitHub repository.
Please refer to the issues section for known issues and report any new ones.
- Initial release of Developer Activity Journal.
Ensure that you've read through the extension guidelines and follow the best practices for creating your extension.
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux). - Toggle preview (
Shift+Cmd+V
on macOS orShift+Ctrl+V
on Windows and Linux). - Press
Ctrl+Space
(Windows, Linux, macOS) to see a list of Markdown snippets.
Enjoy using Developer Activity Journal!