sublimetext3 - Sublime Text "Unable to save" -
i didnt change file paths , working fine. made 1 quick change saved ok, did change , went save , got following error. how can solve this. save other files ok
unable save d:\xampp\htdocs\websites\dev.liverpool\style\main.scss error: movefileex(d:\xampp\htdocs\websites\dev.liverpool\style\.sublae1.tmp, d:\xampp\htdocs\websites\dev.liverpoolzstylezmain.scss) failed, access denied.
seems it's because windows or program blocking file. sublime text uses temporal file instead of editing file directly, , when save file uses api command move edited file original, command has restrictions when 1 file locked , sublime shows alert.
maybe setting {"atomic_save": false} work you.
Comments
Post a Comment