Move path recording to a command

This commit is contained in:
nathanrsxtn
2022-03-08 16:31:42 -07:00
parent c41855a1fa
commit 02dce02225
6 changed files with 252 additions and 207 deletions
+3
View File
@@ -5,6 +5,9 @@
"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",