From 4cc5892b1a206ed92e37333bceb6d1296eb46d0f Mon Sep 17 00:00:00 2001 From: Azhar-2002 Date: Wed, 5 Feb 2025 09:16:47 +0530 Subject: [PATCH 1/2] #431 Azhar-2002/431/change launch.json issue is fixed, requesting to pull the code Signed-off-by: Azhar-2002 --- .vscode/launch.json | 15 +++++++++++++++ website/package-lock.json | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) 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 diff --git a/website/package-lock.json b/website/package-lock.json index 109007c..9317a71 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -4,7 +4,6 @@ "requires": true, "packages": { "": { - "name": "website", "license": "Apache-2.0", "dependencies": { "axios": "^0.21.2", From fbe08d7ce64beca2079bc972559a3b7cac480d1c Mon Sep 17 00:00:00 2001 From: Azhar-2002 Date: Wed, 5 Feb 2025 09:16:47 +0530 Subject: [PATCH 2/2] #431 Azhar-2002/431/change launch.json issue is fixed, requesting to pull the code Signed-off-by: Azhar-2002 --- .vscode/launch.json | 15 +++++++++++++++ website/package-lock.json | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) 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 diff --git a/website/package-lock.json b/website/package-lock.json index 109007c..9317a71 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -4,7 +4,6 @@ "requires": true, "packages": { "": { - "name": "website", "license": "Apache-2.0", "dependencies": { "axios": "^0.21.2",