mirror of
https://github.com/terhechte/postsack
synced 2024-11-12 01:10:48 +00:00
24 lines
313 B
JSON
24 lines
313 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "cargo",
|
||
|
"command": "run",
|
||
|
"problemMatcher": [
|
||
|
"$rustc"
|
||
|
],
|
||
|
"args": [
|
||
|
"--bin",
|
||
|
"gui",
|
||
|
"--",
|
||
|
"/tmp/",
|
||
|
"/tmp/db2.sql"
|
||
|
],
|
||
|
"label": "rust: cargo run gui",
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
}
|
||
|
]
|
||
|
}
|