blob: 3830266040c02b661dc550451b16b81a8f42d089 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
There is a native (faster) file watching support backed by kqueue which is
enabled by default. If you encounter problems with watching large
trees, you can disable it by appending the following property into
%%DATADIR%%/bin/idea.properties:
idea.filewatcher.disabled=true
Only enable fsnotifier if your projects have < 600 files.
At systems which use links for /usr/home/user or /home/user apparently
IDEA finds two different VCS roots while trying to integrate with Git.
Please, use as a VCS root only one of them.
|