eclipse-langium / langium

Next-gen language engineering / DSL framework
https://langium.org/
MIT License
663 stars 61 forks source link

Update vitest to fix VS Code integration #1456

Closed bjthehun closed 2 months ago

bjthehun commented 2 months ago

With versions 0.5.0/0.60 of the Vitest plugin for Visual Studio Code, the required vitest version has been bumped to 1.4.0 or above (see the release changelogs).

Langium currently uses version 1.0, so that tests cannot be run from VS Code: grafik

As result, the test framework needs to be updated.