mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
12 lines
290 B
JSON
12 lines
290 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
// for the documentation about the tasks.json format
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Clean",
|
|
"type": "shell",
|
|
"command": "rm -rf /tmp/revel/aaa"
|
|
}
|
|
]
|
|
} |