forked from Lainports/opnsense-ports
8 lines
374 B
Text
8 lines
374 B
Text
There is experimental native (faster) file watching support which is
|
|
disabled by default. Currently there are problems with watching large
|
|
trees. To enable edit %%IDEA_HOME%%/bin/idea.properties and append
|
|
|
|
idea.filewatcher.disabled=false
|
|
idea.filewatcher.executable.path=%%IDEA_HOME%%/bin/fsnotifier
|
|
|
|
Only enable fsnotifier if your projects have < 600 files.
|