microsoft / vscode-remote-repositories-github

Quickly browse, search, edit, and commit to any GitHub or Azure Repos repository directly from within Visual Studio Code.
Creative Commons Attribution 4.0 International
199 stars 98 forks source link

Explore commit on save #166

Open joyceerhl opened 2 years ago

joyceerhl commented 2 years ago

As part of https://github.com/microsoft/vscode-remote-repositories-github/issues/115 I spent an hour or so prototyping a commit on save experience last week. This could be a tasteful way to highlight that changes are stored locally until push, and also nudge users to commit often.

carlocardella commented 2 years ago

This would be great to have. I have a repo I use as a sort of personal knowledge base and journal to keep track of activities throughout the day, it bugs me that I have to remember to commit my changes. Extensions such as GistPad (which I am using now) or GitDoc have this feature, it would be nice to have it with the "native" Github extension