[
  {
    "label": "clippy",
    "command": "./script/clippy",
    "args": []
  },
  {
    "label": "cargo run --profile release-fast",
    "command": "cargo",
    "args": ["run", "--profile", "release-fast"]
  }
]
