mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
40a4d6d369
Fix PathPlanner task for macOS only
34 lines
773 B
JSON
34 lines
773 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "downloadDeployDirectory",
|
|
"type": "shell",
|
|
"command": "scp -prv lvuser@roboRIO-4388-FRC.local:/home/lvuser/deploy ./src/main/",
|
|
"presentation": {
|
|
"echo": true,
|
|
"reveal": "always",
|
|
"focus": false,
|
|
"panel": "dedicated",
|
|
"showReuseMessage": true,
|
|
"clear": true
|
|
},
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "pathPlanner",
|
|
"type": "shell",
|
|
"osx": {
|
|
"command": "open -n /Applications/PathPlanner.app"
|
|
},
|
|
"presentation": {
|
|
"echo": false,
|
|
"reveal": "silent",
|
|
"focus": false,
|
|
"panel": "dedicated",
|
|
"showReuseMessage": false,
|
|
"clear": true
|
|
}
|
|
}
|
|
]
|
|
} |