17 lines
269 B
JSON
17 lines
269 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Build and clippy",
|
|
"type": "shell",
|
|
"command": "cargo build && cargo clippy",
|
|
"group": "build"
|
|
},
|
|
{
|
|
"label": "cargo build",
|
|
"type": "shell",
|
|
"command": "cargo build",
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |