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..0a756f3 100644 --- a/index.js +++ b/index.js @@ -1 +1,2 @@ -console.log("hello world!"); +console.log("hlo world!"); +console.log("Сложно очень сложно"); 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