wpilibsuite / vscode-wpilib

Visual Studio Code WPILib extensions
Other
111 stars 47 forks source link

Fix junit-platform-launcher definition #653

Closed ThadHouse closed 6 months ago

ThadHouse commented 6 months ago

The installer doesn't grab gradle module files, which makes the junit-platform-launcher dependency without a version fail if the installer is used. Fixing this in the installer is not going to be easy, so the solution for now is to just fix the projects, and put a fixer in VS Code to automatically fix the project.

ThadHouse commented 6 months ago

We're going to fix this on the installer side.