I am trying to use Sublime Text to develop a web page that is served by another program. The problem is that I cannot get Sublime Text to save any files that are accessed by that program. I keep getting the error: The process cannot access the file because it is being used by another process.
Closing the server every time I need to edit a file is not an option. Notepad++ has no problems saving the file while the server is running. I have tried turning off the atomic_save option and that didn’t help, it just changed the error message. The only potential solution I’ve found while searching is to disable atomic_save, but that didn’t work.
Is there anyway to get sublime text to ignore file locks? At this point the program is useless without being able to save.