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.
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 thatthis.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.