{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "cargo",
			"command": "build",
			"problemMatcher": [
				"$rustc"
			],
			"group": "build",
			"label": "rust: cargo build --release"
		},
		{
			"type": "shell",
			"command": "steam steam://rungameid/365960",
			"group": "build",
			"label": "Run rFactor2",
			"dependsOn": [
				"rust: cargo build"
			]
		},
	]
}