14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "cargo",
|
|
"name": "Debug",
|
|
"cargoArgs": ["run"],
|
|
},
|
|
{
|
|
"type": "cargo",
|
|
"name": "Release",
|
|
"cargoArgs": ["run", "-r"],
|
|
},
|
|
]
|
|
} |