Sublime Forum

Sublime not detecting changes in subfolders

#1

I’m running Sublime Text 2 in Windows 7 opening a Samba share on a virtual machine running CentOS release 6.3 (Final) / Linux 2.6.32-279.22.1.el6.i686 with Samba Version 3.5.10-125.el6 mapped to a network drive v:

If I open a sublime project at v:\test then in the VM run the follow:

touch file
mkdir folder

Sublime will animate in the new file and folder just fine, however it doesnt recognize anything in that subfolder and I need to refresh the project to see changes.

touch folder/file
mkdir folder/sub
touch folder/sub/file

At the same time I can open Windows Explorer and it will show the new files/folders being created for both the root level and subfolders

Am I missing a setting?

I’ve tried “ignore_inodes”: true and false, neither have any affect

0 Likes