Disable creating path from loaded auto

Fix PathPlanner task for macOS only
This commit is contained in:
nathanrsxtn
2022-02-28 17:56:17 -07:00
parent 3048a0567c
commit 40a4d6d369
2 changed files with 6 additions and 5 deletions
+4 -2
View File
@@ -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",