Files
JavaScript/.vscode/launch.json
T
Alice 40e0a7027a revert 18b991048f
revert revert ff1820d582

revert "Project Rock,Scissors,Paper" version 1

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

14 lines
476 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": [
{
"type": "chrome",
"request": "launch",
"name": "Open starter.html",
"file": "c:\\Users\\Dream\\JavaScript\\Project_Rock,Scissors,Paper\\starter.html"
}
]
}