kenhowardpdx / vscode-gist

vscode extension for quick gists
MIT License
177 stars 17 forks source link

Continuous commits while editing produces too many revisions. #158

Open plisken1 opened 1 month ago

plisken1 commented 1 month ago

This is a

Description

When editing, changes seem to be committed in real time, resulting in way to many revisions and while I'm unsure if this is a bug or as intended, "*_Once you have opened an owned gist, saving it will commit a new revision._**" from the extension page, seems to suggest that it is not as intended.

Regardless, it would be good to allow the option to commit on demand, or maybe I'm just missing something?