aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vscode/tasks.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
deleted file mode 100644
index c9419c7..0000000
--- a/.vscode/tasks.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-// Unter https://go.microsoft.com/fwlink/?LinkId=733558
-// finden Sie Informationen zum Format von "tasks.json"
- "version": "2.0.0",
- "tasks": [
- {
- "type": "cargo",
- "subcommand": "test",
- "problemMatcher": [
- "$rustc"
- ],
- "group": {
- "kind": "build",
- "isDefault": true
- }
- }
- ]
-}