Skip to content
Snippets Groups Projects
Commit 504d378a authored by Per Lindgren's avatar Per Lindgren
Browse files

vscode

parent 48bad35a
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,30 @@
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "cargo build",
"command": "cargo build",
"problemMatcher": [
"$rustc"
],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"type": "shell",
"label": "cargo expand > expand.rs",
"command": "cargo expand > expand.rs",
"problemMatcher": [
"$rustc"
],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"type": "shell",
"label": "cargo run --example ex_lit",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment