diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..51d3fa3 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,20 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "type": "cargo", + "command": "build", + "problemMatcher": [ + "$rustc" + ], + "group": { + "kind": "build", + "isDefault": true + }, + "label": "rust: cargo build, + "presentation": { + "reveal": "never" + } + } + ] +} \ No newline at end of file