Thad House
Thad House
Also, people already don't read the console. At least if code is crashing it will either get found and fixed quickly, posted by the team asking for help, or getting...
I’m more inclined to agree with that, because I do agree that could cause issues, but that should be a separate pr. We also need to figure out what breaks...
We don't run any native code in the plugin, so that should be platform agnostic. However, I'm not sure about the Java plugin, and I'm almost positive the c++ plugin...
The C++ plugin interacts with its language server, which is written in native code, and is started by the plugin. So I'm not sure if that has a native version,...
That is correct. Without being able to install an x86-64 JDK, you will not be able to build robot projects. I can make a patch so you could build robot...
Its actually more invasive to do this mid season then I would like, so I think this will have to wait until 2023. For future me, its because the low...
> In the context of using the configuration cache you can use an `AutoCloseable` build service as an approximation of the end of the build. > Is this behavior going...
With upstream WPILib moving to VS Code for the 2019 season, it might be worth looking into how remote debug works there. There are some docs going about how to...
It looks like on Linux they changed the output layout of the build directory... Only on Linux though.
The change to SecTrustEvaluate also is a breaking change because of the loss of error information, which will change error codes. Any specific reason to go all the way back...