wpilibsuite / vscode-wpilib

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

Use explicit version for platform launcher dependency #652

Open ThadHouse opened 6 months ago

ThadHouse commented 6 months ago

VS Code doesn't like the implicit one that grabs the version from the BOM for some reason. My guess is theres something that the installer isn't fully copying. Using an explicit version fixes the issue. We can put a check into VS Code to fix the project if its broken.