diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..b2846d8 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,21 @@ +{ + // 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": [ + { + "name": "Launch Chrome", + "request": "launch", + "type": "chrome", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + }, + { + "type": "chrome", + "request": "launch", + "name": "Open javaScriptTester.html", + "file": "c:\\Users\\Dream\\JavaScript\\6\\javaScriptTester.html" + } + ] +} \ No newline at end of file diff --git a/5/javaScriptTester.html b/5/javaScriptTester.html deleted file mode 100644 index 0fc4f37..0000000 --- a/5/javaScriptTester.html +++ /dev/null @@ -1,6 +0,0 @@ - - -