Closed ronilichtman closed 1 year ago
I managed to significantly improve sync runtime (to under 10-seconds) by turning off the BlazeGoAdditionalLibraryRootsProvider
as follows:
use.go.additional.library.roots.provider4=false
I'm not sure why the additional library roots provider is necessary, but from a shallow run through some files in the IDE, it appears that things are working well after this config change.
Hello @ronilichtman, Could you please respond if you still see the same with the latest release of Goland and bazel plugin. Thanks!
Hi there! Thank you for raising this issue. We're doing a clean up of old issues and will be closing this one since it seems to have stalled. Please reopen if you’d like to discuss anything further. We’ll respond as soon as we have the bandwidth/resources to do so.
When syncing my project, my IDE hangs for significant time >10-minutes on the "Refreshing files" log. When tracking file system operations with
dtruss
, I see that GoLand is walking thenode_modules
directory. A few questions on this:node_modules
explicitly from the file traversal?Details:
Thanks!