I updated my WPILib today and the following error appeared “Unresolved dependency: org.junit.platform junit-platform-launcherJava(0)”. I tried to create other projects and they all continue with this. What i can do?
2 Likes
i tried this but then it says to execute “Clean Java Language Server Workspace” in vs code and that command dosent work for me
It’s a command in vscode. Can you post a screenshot of the error it’s giving you?
here is the traduction :
Clean: The term “Clean” is not recognized as a cmdlet name, function, script file or
executable program. Check the spelling of the name, or if a path exists, check that the path
access is correct and try again.
To the character Line:1: 1
- Clean Java Language Server Workspace
-
+ CategoryInfo: ObjectNotFound: (Clean:String) [], CommandNotFoundException + FullyQualifiedErrorId: CommandNotFoundException
Its a vscode command, not a terminal command. WPILib Commands in Visual Studio Code — FIRST Robotics Competition documentation
1 Like