and what does `ide.dependencySources` do ? can i m...
# scripting
n
and what does
ide.dependencySources
do ? can i make the ide know about which files are used as dependencies (instead of all files in sources) ? that wuld be useful, because i have multiple scripts that have different files they use as dependencies each.. but the ide does not look at the
importScripts
that are used
i
With this option you can add source jars to your dependencies, that are specified in the regular
dependencies
setting, so you can get navigation to the sources instead of the decompiled code in the IDE.
🎉 2
n
i see, thats useful when its in the same project i guess