26 lines
No EOL
365 B
JSON
26 lines
No EOL
365 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "cargo",
|
|
"command": "run",
|
|
"problemMatcher": [
|
|
"$rustc"
|
|
],
|
|
"label": "rust: cargo run",
|
|
},
|
|
{
|
|
"type": "flutter",
|
|
"command": "flutter",
|
|
"label": "flutter: run",
|
|
"args": [
|
|
"run",
|
|
"-d",
|
|
"web-server"
|
|
],
|
|
"options": {
|
|
"cwd": "${workspaceFolder}/frontend/"
|
|
}
|
|
}
|
|
]
|
|
} |