Thad House

Results 188 comments of Thad House

We can leave it open to merge after the season, but we’re definitely not going to merge this big of a change in season. We don’t do many in season...

``` Also the existing WPILib: Test Robot Code command does not actually run the tests unless a change has been made to them, which is terribly confusing (and quite odd)....

We can't block paths with white space too many users have a space in their username. The project name is the only one we need to block white space from

Instead of just removing, the validation should be updated to the new specification. What GradleRio expects can be found here https://github.com/wpilibsuite/GradleRIO/blob/master/src/main/groovy/edu/wpi/first/gradlerio/wpi/dependencies/WPIVendorDepsExtension.groovy#L185

Moved this issue to the correct repo. This is actually something we don't have a great solution for, as that stop button actually doesn't fully stop the Java runtime. As...

There needs to be a link added. If someone wants to update the blankextension branch to do that, we can update it.

I think this would work, but since we're not doing another beta cycle, I'd be worried about doing this so late. I think this might need to be a 2024...

``` "java.configuration.runtimes": [ { "name": "JavaSE-17", "path": "C:\\Users\\Public\\wpilib\\2024\\jdk", "default": true }, ], "java.import.gradle.java.home": "C:\\Users\\Public\\wpilib\\2024\\jdk", ``` We need to add the above to the installer (path corrected of course). This also...

This is actually caused by the project importer not knowing about romi projects, and just assuming its a normal robot project. For 2023 I can investigate making the importer detect...

> Does Java/C++ have remote debugging? Someone wrote some vscode tasks for Python that can do that too. They do. I just didn't get that part copied over yet.