aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-06-04 08:57:04 +0300
committerRblSb <msrblsb@gmail.com>2020-06-04 08:57:04 +0300
commit2c22d551877e262740f524da6e2704bec19b46e7 (patch)
tree04e8ad172d1ab6a29cc93c344c7445850854ff5b /.vscode/tasks.json
parentf70382462d69db15e11e642b5f8c5baa9357133a (diff)
Fix multiskip with permanent items
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 47e06ae..dbd6a3b 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -20,7 +20,11 @@
"presentation": {
"clear": true
},
- "dependsOn": "${command:workbench.action.terminal.clear}"
+ "dependsOn": "Clear terminal"
+ },
+ {
+ "label": "Clear terminal",
+ "command": "${command:workbench.action.terminal.clear}",
},
{
"label": "Run tests",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage