Elevate your git game with Pledge: the VSCode extension that generates smart commit messages based on your code changes using Github Copilot
By using Pledge, you can easily create detailed, human-readable commit messages even from complicated code changes.
You must have a Github Copilot subscription to use Pledge. There are plans to directly use OpenAI's GPT-3 API in the future, but that will create a lot more friction to get started with Pledge.
Include if your extension adds any VS Code settings through the contributes.configuration extension point.
For example:
This extension contributes the following settings:
pledge.enabled: Enable/disable this extension.pledge.defaultBranchName: The default branch name that will be used
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
Pledge is created by Elias Amha. I hope you find it useful in improving your git workflow! If you have any suggestions or bug reports, please feel free to contact me through (LinkedIn)[https://www.linkedin.com/in/elijahma].
Enjoy!