ZenWave360 / karate-ide

The Best OpenSource IDE for KarateDSL.
https://marketplace.visualstudio.com/items?itemName=KarateIDE.karate-ide
Other
10 stars 4 forks source link

Fix classpath completions and lookups #26

Open max-te opened 1 year ago

max-te commented 1 year ago

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.