From 55407257c0e2fb62dc60f6d987594aa0053c51c1 Mon Sep 17 00:00:00 2001 From: kittiphngsyssiri556-droid Date: Mon, 23 Mar 2026 07:32:07 +0000 Subject: [PATCH 1/4] free fire --- .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 00000000..2ba986f6 --- /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 From c484e4a7e7033a41df1b1b883fb4525483574c9d Mon Sep 17 00:00:00 2001 From: kittiphngsyssiri556-droid Date: Mon, 23 Mar 2026 07:32:42 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=E0=B8=A5=E0=B9=87=E0=B8=AD=E0=B8=84?= =?UTF-8?q?=E0=B8=AB=E0=B8=B1=E0=B8=A7e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 4bfafebdcf718da856fba11c82cbd4e6f0ba1c18 Mon Sep 17 00:00:00 2001 From: kittiphngsyssiri556-droid Date: Mon, 23 Mar 2026 07:33:13 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=E0=B8=B1=E0=B8=A7e=E0=B9=87=E0=B8=AD?= =?UTF-8?q?=E0=B8=84ee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 5ecf8471799e493d7bbe41da3327b5b9f401affd Mon Sep 17 00:00:00 2001 From: kittiphngsyssiri556-droid Date: Mon, 23 Mar 2026 07:33:59 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=E0=B8=B1=E0=B8=A7e=E0=B9=87=E0=B8=AD?= =?UTF-8?q?=E0=B8=84ee=E0=B8=B1=E0=B8=A7e=E0=B9=87=E0=B8=AD=E0=B8=84ee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2ba986f6..982989f1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,13 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "name": "Launch Chrome", + "request": "launch", + "type": "chrome", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + }, { "type": "chrome", "request": "launch",