Hi,
I have a problem saving some files using Sublime Text 3 on windows 7. The error message is something like this: "Unable to save file … " and it continues that that file is used by other process. This doesn’t changes is I set “atomic_save”: false
The file I’m trying to save it is in a shared folder(chmod 777) with a linux virtual machine created with vagrant. If I close the virtual machine I can save the file, if not I may use any other editor to edit/save the file, but not sublime.
Did anyone had this problem?
Thanks