mulesoft-labs / data-weave-language-server

The DataWeave Language Server
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Mappings in src/test/dw stopped detecting modules in src/main/dw and samples in src/test/resources #48

Open toniocus opened 1 year ago

toniocus commented 1 year ago

Ok, I'm pretty new to VSCODE, Eclipse guy, and this is my first try of vscode with Dataweave Extension.

Running in FEDORA 38 with eclipse jdk 8.

I Installed everything ok, jdk 8, maven and dw extension 2.0 Beta (version 1.2.15), created a module, a mapping test and its resources and all worked liked a charm (really impressed with it).

After 1 or 2 days I restarted visual code and everything stopped working basically because dw files, in test, stopped seeing modules in main folder and test resources.

Went crazy for a while, and finally I just created a new module and realized what was happening:

Seems somehow like vscode is launching maven things no from the route project directory but from the workspace directory, a stupid guess from a rookie :-).

Any help with this issue, will be greatly welcome, I can start my project again very simple, just wanted to report the problem Thanks in advance Tonio