mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
Disable creating path from loaded auto
Fix PathPlanner task for macOS only
This commit is contained in:
Vendored
+4
-2
@@ -17,8 +17,10 @@
|
||||
},
|
||||
{
|
||||
"label": "pathPlanner",
|
||||
"type": "process",
|
||||
"command": "open -n /Applications/PathPlanner.app",
|
||||
"type": "shell",
|
||||
"osx": {
|
||||
"command": "open -n /Applications/PathPlanner.app"
|
||||
},
|
||||
"presentation": {
|
||||
"echo": false,
|
||||
"reveal": "silent",
|
||||
|
||||
Reference in New Issue
Block a user