mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
Remove D-pad test code in favor of edu.wpi.first.wpilibj2.command.button.POVButton
Update DriverStation overload to include 2022.4.1 changes Add windows support to PathPlanner task
This commit is contained in:
Vendored
+5
-1
@@ -21,6 +21,9 @@
|
||||
{
|
||||
"label": "pathPlanner",
|
||||
"type": "shell",
|
||||
"windows": {
|
||||
"command": "explorer.exe shell:AppsFolder\\39956MichaelJansen.FRCPathPlanner_x7a2cjep50mda!pathplanner"
|
||||
},
|
||||
"osx": {
|
||||
"command": "open -n /Applications/PathPlanner.app"
|
||||
},
|
||||
@@ -31,7 +34,8 @@
|
||||
"panel": "dedicated",
|
||||
"showReuseMessage": false,
|
||||
"clear": true
|
||||
}
|
||||
},
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user