Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lib directory to classpath #98

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

bentsherman
Copy link
Member

This PR attempts to simplify the lib directory support by using the same approach as Nextflow -- just add the lib directory to the classpath. Can be done through the compiler config or the class loader. Removes a lot of extra code, and can be easily extended to support JARs in the lib directory.

However, in both cases, the language server just hangs when I open a workspace. No error messages, no idea why. Need to do some debug logging to see where exactly the hang occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant