tasks.json

 1[
 2  {
 3    "label": "clippy",
 4    "command": "./script/clippy",
 5    "args": []
 6  },
 7  {
 8    "label": "cargo run --profile release-fast",
 9    "command": "cargo",
10    "args": ["run", "--profile", "release-fast"]
11  }
12]