Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / .vscode / tasks.json
diff --git a/lunaix-os/.vscode/tasks.json b/lunaix-os/.vscode/tasks.json
deleted file mode 100644 (file)
index 88d846c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-    "version": "2.0.0",
-    "tasks": [
-        {
-            "label": "Launch LunaixOS",
-            "type": "shell",
-            "command": "make debug-qemu-vscode",
-            "isBackground": true,
-            "problemMatcher": {
-                "background": {
-                    "activeOnStart": true,
-                    "endsPattern": "^\\(qemu\\).*"
-                }
-            }
-        }
-    ]
-}
\ No newline at end of file