-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autoSave makes you write a commit message every time there's a change #14
Comments
I think a way to get around this could be use a private gist as a scratch buffer. I propose the following:
The |
This is a workable solution. It would be a great addition if you're interested in adding it. There is code already in GHEdit for reading/writing to gists (currently used for user settings and keyboard bindings). The code recognizes paths like this: /$gist/gist-title/filename and supports general reading and writing to them. |
@scottlu I'll definitely try working on it next week and let you all know of the progress. |
I feel lost. I couldn't figure out how this works. I just want to let you know that I'm not working on it at the moment. |
This is very cool software. I love VS Code and now it's available on a Chromebook, which I have wanted for a while. I usually like to use the autoSave setting, but when I tried to set that up in Workspace Settings in Code I kept being nudged to write a commit message for every little change. So I disabled the setting. It'd be cool if there were a workaround such that you wouldn't have to put in a commit message for every change (my use case is writing in Markdown). Then again this may be a basic architectural requirement of Git.... In any case, thanks!
The text was updated successfully, but these errors were encountered: