Thad House

Results 188 comments of Thad House

You likely have the wrong folder open in vscode. You need to be opening the folder with build.gradle and gradlew.bat as the root folder in vscode. It can't be in...

Post a picture of the file tree you have open in vscode. If you have the entire file tree collapsed, you should see files like build.gradle and gradlew.bat. if you...

That's the issue. You need to be opening that competition-code folder as the folder in vscode for the extension to work.

@Chanduniverse Usually that means a JDK error. Can you try removing and reinstalling the JDK? Also, if you're on windows you should be using the WPILib installer and its copy...

Are you using the code from the newest master? We had to make a fix a few weeks ago. The zip download no longer works, and I need to get...

We're actually still working on how to properly get raspberry pi and coprocessor builds working. Last year they were customly built by a contributor, and was not a maintanable setup....

Yes, the latest master will still work. To download it, go to `https://github.com/wpilibsuite/VisionBuildSamples` and there should be a `Clone or download` button. Click that, and then click `Download Zip` That...

Read the file starting at line 29. You have to modify the code slightly to get the right behavior that you want.

Right now it's just a placeholder. I'm thinking it should have some simple troubleshooting for deploy and build issues, because that page is viewable offline.

We explicitly hadn't done this because we didn't want to force c++ teams to install Java, and vise versa. We also want teams to be able to just install the...