I am trying to use Talon SRX with WPILib for First Robotics for Java in Visual Studio Code. I follow the instructions here: https://phoenix-documentation.readthedocs.io/en/latest/ch05a_CppJava.html. But when I get to the step where I try the build test - https://phoenix-documentation.readthedocs.io/en/latest/ch05a_CppJava.html#frc-java-build-test-single-talon - I get the following message:
FAILURE: Build failed with an exception.
What went wrong: Unable to find a usable idle daemon. I have connected to 100 different daemons but I could not use any of them to run the build. BuildActionParameters were DefaultBuildActionParameters{, currentDir=c:\Users\furch\OneDrive\Documents\TalonLibrairy\Test\TestTesr, systemProperties size=59, envVariables size=59, logLevel=LIFECYCLE, useDaemon=true, continuous=false, injectedPluginClasspath=[]}.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org The terminal process terminated with exit code: 1
Please Help if You can.