Files
JavaScript/.vscode/launch.json
T
Alice 18b991048f revert ff1820d582
revert "Project Rock,Scissors,Paper" version 1

Signed-off-by: Alice <Svfoxel@yandex.ru>
2026-05-13 16:47:31 +03:00

21 lines
677 B
JSON

{
// 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"
}
]
}