tasks.json

1[
2  {
3    "label": "clippy",
4    "command": "./script/clippy",
5    "args": []
6  }
7]