25 lines
No EOL
592 B
JSON
Executable file
25 lines
No EOL
592 B
JSON
Executable file
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "cargo run",
|
|
"type": "shell",
|
|
"command": "cargo arun",
|
|
"problemMatcher": [
|
|
"$rustc"
|
|
],
|
|
},
|
|
{
|
|
"label": "cargo build",
|
|
"type": "shell",
|
|
"command": "cargo build --target thumbv6m-none-eabi",
|
|
"problemMatcher": [
|
|
"$rustc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
}
|
|
]
|
|
} |