Skip to content

Commit

Permalink
updated vscode settings so build folder isn't highlighted for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Dec 23, 2024
1 parent 2039e87 commit dfec55c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"java.configuration.updateBuildConfiguration": "automatic",
"java.server.launchMode": "Standard",
"java.import.gradle.annotationProcessing.enabled": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ A base project for future robots that has CTRE generated swerve drive code and P
- Add proper licenses.
- 6328 wheel radius characterization.

# How This Will Be Used
- At the start of the 2025 season this project should be re-imported in the 2025 wpilib release for any additional updates.
- After that, since this project is a template on github, the actual 2025 robot code repo can be generated from this template.

## 2025 Latest Beta Known Issues
- To run sim, do `./gradlew simulateJava` instead of using the WPILib extension (for Epilogue to work).
5 changes: 5 additions & 0 deletions simgui-ds.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"FMS": {
"window": {
"visible": false
}
},
"Keyboard 0 Settings": {
"window": {
"visible": true
Expand Down

0 comments on commit dfec55c

Please sign in to comment.