Skip to content
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

Error while saving a file #1

Closed
butterknight opened this issue Jan 15, 2016 · 2 comments
Closed

Error while saving a file #1

butterknight opened this issue Jan 15, 2016 · 2 comments

Comments

@butterknight
Copy link

Greetings. First of all, let me say that I love the extension! it's the kind of thing I most looked forward to when they announced the addition of the plugin system for VSCode. Coming from NetBeans, a good local history system is very dear to me.

However, I do have a bit of an issue with the extension.

I had a running project and I installed the extension, restarted, and every time I try to save a file I get an error like the following (the 'blah blah' thing is a path to the project and it's long so I shortened it for easier reading):
Can not save the revision of the file: [BLAH_BLAH]/app/tags/content.tag Error: Error: ENOENT: no such file or directory, open '[BLAH_BLAH]/.history/app/tags/content_20160115205539.tag'

Note that when I checked the location, there were no files there, not even a .history folder.

If I create a new file, however, it works flawlessly, but every time I try to save an existing file, I get an error like that.

@zabel-xyz
Copy link
Owner

Nice that you like this extension ! I'm sorry that you encounter an issue.
In version 0.0.3 I use mkdirp to create history structure, I hope this will resolve your issue...

@butterknight
Copy link
Author

Seems to be working now. Wonderful, thanks!

zabel-xyz added a commit that referenced this issue Jul 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants