Skip to content

What do you think about Visual Studio Marketplace? We are looking for feedback from developers like you! Take the survey

| Marketplace
Sign in
Visual Studio Code>Other>Codex AutocommitNew to Visual Studio Code? Get it now.

Codex Autocommit

Zen Brewism Books

|
5 installs
| (0) | Free
Automatically commit and push dirty files on an interval.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Codex Autocommit

VSCode extension to automatically stage and commit changes on an interval.

Documentation

This extension is not recommended for code. It was built to support using VSCode as a writing platform.

Every ten minutes (configurable) this extension will add all new and changed files from the git working tree to the index. Then commit the changeset to the repo, and if applicable, push to a remote repository.

Basically, every ten minutes it will push all changes to GitHub (or whatever remote git provider you use.)

You still need to initialize your git repo and configure your remotes as per normal. It just uses the git configuration in the workspace.

Limitations

  • Only works with git.
  • Does not support multi-root workspaces.

Installation

Configure your git in your workspace by whichever method you normally use.

In VSCode, choose the extension activities and this extension can be found by searching for codex-autocommit. Click the install button, and you're off to the races.

Configuration

By default, this extension doesn't do anything, you'll need to at least set codex-autocommit.active to true before it will start working.

There are two settings for this extension.

codex-autocommit.active

By default this is off, and should probably be activated on a per-workspace basis.

codex-autocommit.intervalMinutes

How many minutes the extension will sleep between autocommits.

License

MIT

Authors

@nephlm

Logo

by Lorc under CC BY 3.0

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft