From 793aad3828bc5f874e500ea90c9398fd51d57567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D0=B5=D0=BF=D0=B0=D0=BD?= Date: Sun, 24 Sep 2023 11:03:36 +0500 Subject: [PATCH 1/3] Task done --- .vscode/launch.json | 17 +++++++++++++++++ index.js | 2 +- test.html | 12 ++++++++++++ 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .vscode/launch.json create mode 100644 test.html diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..8315353 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,17 @@ +{ + // 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": "pwa-node", + "request": "launch", + "name": "Launch Program", + "skipFiles": [ + "/**" + ], + "program": "${workspaceFolder}\\index.js" + } + ] +} \ No newline at end of file diff --git a/index.js b/index.js index a50e789..6b40d12 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -console.log("hello world!"); +console.log("hlo world!"); diff --git a/test.html b/test.html new file mode 100644 index 0000000..44a19a0 --- /dev/null +++ b/test.html @@ -0,0 +1,12 @@ + + + + + + + Document + + + + + \ No newline at end of file From ea77aa252dd0a483781216d01891067e3c5cc179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D0=B5=D0=BF=D0=B0=D0=BD?= Date: Sun, 24 Sep 2023 11:27:47 +0500 Subject: [PATCH 2/3] Test1 --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 6b40d12..f477822 100644 --- a/index.js +++ b/index.js @@ -1 +1,2 @@ console.log("hlo world!"); +console.log("Слщжно очень сложно"); \ No newline at end of file From 81894680025e38cffa588ca55b49f9f494ae8ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D0=B5=D0=BF=D0=B0=D0=BD?= Date: Sun, 24 Sep 2023 11:35:08 +0500 Subject: [PATCH 3/3] Test2 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f477822..0a756f3 100644 --- a/index.js +++ b/index.js @@ -1,2 +1,2 @@ console.log("hlo world!"); -console.log("Слщжно очень сложно"); \ No newline at end of file +console.log("Сложно очень сложно");