Upload bin files

This commit is contained in:
2020-05-03 20:21:48 +03:00
parent 6a6f7ade34
commit d389d21343
11 changed files with 78 additions and 9 deletions
+15 -7
View File
@@ -9,7 +9,9 @@
"command": "./bin/ui",
"problemMatcher": [],
"presentation": {
"focus": true
"panel": "shared",
"echo": false,
"clear": true
}
},
{
@@ -18,7 +20,9 @@
"command": "./bin/restart",
"problemMatcher": [],
"presentation": {
"focus": true
"panel": "shared",
"echo": false,
"clear": true
}
},
{
@@ -27,7 +31,9 @@
"command": "./bin/update",
"problemMatcher": [],
"presentation": {
"focus": true
"panel": "shared",
"echo": false,
"clear": true
}
},
{
@@ -36,7 +42,9 @@
"command": "./bin/upload",
"problemMatcher": [],
"presentation": {
"focus": true
"panel": "shared",
"echo": false,
"clear": true
}
},
{
@@ -45,9 +53,9 @@
"command": "./bin/logs",
"problemMatcher": [],
"presentation": {
"panel": "dedicated",
"clear": true,
"focus": true
"panel": "shared",
"echo": false,
"clear": true
}
}
]