From f153636ce6951e6b3d8d08626ced2fbf3b08b772 Mon Sep 17 00:00:00 2001
From: oumaima laklouch <oumaima0.7laklouch@gmail.com>
Date: Wed, 2 Apr 2025 10:18:41 +0200
Subject: [PATCH] Create launch.json

---
 .vscode/launch.json | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 .vscode/launch.json

diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..2ba986f
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,15 @@
+{
+    // Use IntelliSense to learn about possible attributes.
+    // Hover to view descriptions of existing attributes.
+    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+    "version": "0.2.0",
+    "configurations": [
+        {
+            "type": "chrome",
+            "request": "launch",
+            "name": "Launch Chrome against localhost",
+            "url": "http://localhost:8080",
+            "webRoot": "${workspaceFolder}"
+        }
+    ]
+}
\ No newline at end of file
-- 
GitLab