mulesoft-labs / data-weave-language-server

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

Running a test through Visual Studio Code results in a generic error #41

Closed pedes closed 2 years ago

pedes commented 2 years ago

When defining a hello-world project, with any kind of function and having a test pointing to that function, when we click Run test, the output of the Visual studio code is always the same. (see the screenshot)

Please do provide a guideline or a tested project that works with the current version of the plugin in the Visual Studio Code (July 11th 2022) Version | 1.2.8 |   Released on | 09/03/2022, 23:46:03 |   Last updated | 07/07/2022, 19:30:55

Error: Unable to resolve reference or to find testing file

Screenshot 2022-07-11 at 21 51 36 Screenshot 2022-07-11 at 21 51 44
martincousido commented 2 years ago

Hi @pedes This should be fixed now on newest release: 1.2.9. Please try it out and reopen the issue if needed. Thank you for the report.