You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, first off thanks so much for your excellent plugin.
I've been having an issue with live plugins when they use other Groovy scripts in the same directory. For example, in the situation where there is this folder structure:
This works fine, but this isn't really a workable solution as my team currently have a few live plugins with various files and most people on the team do not have this issue, while 3-4 people do.
I've tried quite a few things so far but I'm at a bit of a loss as to what to try next. Please do let me know if there's anything more I can add that would be helpful.
Hi there, first off thanks so much for your excellent plugin.
I've been having an issue with live plugins when they use other Groovy scripts in the same directory. For example, in the situation where there is this folder structure:
Where
plugin.groovy
isand
globals.groovy
beingI get the error
If I specify adding it to the classpath in the form
// add-to-classpath /Users/jordanrobinson/example/.live-plugins/hello-world-test/
This works fine, but this isn't really a workable solution as my team currently have a few live plugins with various files and most people on the team do not have this issue, while 3-4 people do.
I've tried quite a few things so far but I'm at a bit of a loss as to what to try next. Please do let me know if there's anything more I can add that would be helpful.
Versions:
GoLand 2024.1.3 GO-241.17890.21
LivePlugin 0.8.8 beta
macOS Sonoma 14.5
The text was updated successfully, but these errors were encountered: