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

Fix classpath completions and lookups #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

max-te
Copy link

@max-te max-te commented Jul 27, 2023

For file completions, this removes the double classpath: prefix, also paths should now be relative to the respective classpath folder instead of the project root. (Though this does not respect multimodule projects yet.)

The file lookup in findInClassPathFolders was fixed to account for the fact that this.workspaceFsPaths is a list of paths, not just a path.

I don't know if these features worked before for any project setups. If it did, these changes probably break that. I need input from the maintainers here.

@max-te max-te marked this pull request as ready for review August 23, 2023 09:09
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