Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

change to this file were not saved to file system error in google chrome version 30.0.1599.101 m

Image Notification

In the google chrome version 30.0.1599.101 m I am not able to save the changed js file. On saving the js file I got yellow triangle symbol with "change to this file were not saved to file system" message. I know this used to work in older version

I am using windows-7 64 bit

like image 896
Anjil Panchal Avatar asked Oct 29 '13 09:10

Anjil Panchal


3 Answers

Click on the cog in the developer tools window (lower right corner)

Go to workspace and add the directory which you would be working on.

This is to accidentally prevent you from modifying files that you did not intend on changing.

like image 87
Kasturi Avatar answered Oct 17 '22 12:10

Kasturi


Happened to me too. After picking the workspace directory, I also mapped the file from the "Source" panel of Devtools to its filesystem equivalent (using right-click on the file, from the file tree). It solved my problem.

like image 20
Adrien Joly Avatar answered Oct 17 '22 11:10

Adrien Joly


In chrome > 63, accepted answer option is disabled. In later should be done through workspaces.

like image 6
proxy Avatar answered Oct 17 '22 10:10

proxy