revert revert ff1820d582

revert "Project Rock,Scissors,Paper" version 1

Signed-off-by: Alice <Svfoxel@yandex.ru>
This commit is contained in:
2026-05-13 16:48:09 +03:00
parent 18b991048f
commit 40e0a7027a
3 changed files with 71 additions and 9 deletions
+2 -9
View File
@@ -4,18 +4,11 @@
// 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"
"name": "Open starter.html",
"file": "c:\\Users\\Dream\\JavaScript\\Project_Rock,Scissors,Paper\\starter.html"
}
]
}