26 lines
No EOL
394 B
JSON
26 lines
No EOL
394 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "cargo",
|
|
"command": "build",
|
|
"args": [
|
|
"--release"
|
|
],
|
|
"problemMatcher": [
|
|
"$rustc"
|
|
],
|
|
"group": "build",
|
|
"label": "rust: cargo build"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"command": "steam steam://rungameid/365960",
|
|
"group": "build",
|
|
"label": "Run rFactor2",
|
|
"dependsOn": [
|
|
"rust: cargo build"
|
|
]
|
|
},
|
|
]
|
|
} |