mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
b33084623e
Update DriverStation overload to include 2022.4.1 changes Add windows support to PathPlanner task
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "downloadDeployDirectory",
|
|
"type": "shell",
|
|
"command": "scp -prv lvuser@roboRIO-4388-FRC.local:/home/lvuser/deploy ./src/main/",
|
|
"windows": {
|
|
"command": "explorer.exe ftp://roboRIO-TEAM-frc.local/home/lvuser/deploy"
|
|
},
|
|
"presentation": {
|
|
"echo": true,
|
|
"reveal": "always",
|
|
"focus": false,
|
|
"panel": "dedicated",
|
|
"showReuseMessage": true,
|
|
"clear": true
|
|
},
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "pathPlanner",
|
|
"type": "shell",
|
|
"windows": {
|
|
"command": "explorer.exe shell:AppsFolder\\39956MichaelJansen.FRCPathPlanner_x7a2cjep50mda!pathplanner"
|
|
},
|
|
"osx": {
|
|
"command": "open -n /Applications/PathPlanner.app"
|
|
},
|
|
"presentation": {
|
|
"echo": false,
|
|
"reveal": "silent",
|
|
"focus": false,
|
|
"panel": "dedicated",
|
|
"showReuseMessage": false,
|
|
"clear": true
|
|
},
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |