Skip to content

Commit 8ea662d

Browse files
authored
2024 crescendo beta (#97)
* adjust require as schedule.js export changed * rename config files by year; add 2024 files * change version string to reflect 2024 beta * add 2024 team analysis visualizations * add 2024 match analysis visualizations
1 parent a145a11 commit 8ea662d

19 files changed

+9408
-6124
lines changed

.vscode/launch.json

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
2-
// Use IntelliSense to learn about possible attributes.
3-
// Hover to view descriptions of existing attributes.
4-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
52
"version": "0.2.0",
63
"configurations": [
7-
{
8-
"type": "chrome",
9-
"request": "launch",
10-
"name": "Launch Chrome against localhost",
11-
"url": "http://localhost:8080",
12-
"webRoot": "${workspaceFolder}"
13-
}
4+
{
5+
"type": "node",
6+
"request": "launch",
7+
"name": "SPOT Server",
8+
"runtimeExecutable": "npm",
9+
"runtimeArgs": ["start"],
10+
"outputCapture": "std"
11+
},
12+
{
13+
"type": "chrome",
14+
"request": "launch",
15+
"name": "SPOT Client",
16+
"url": "http://localhost:8080",
17+
"webRoot": "${workspaceFolder}",
18+
"outputCapture": "std"
19+
},
1420
]
15-
}
21+
}
22+

0 commit comments

Comments
 (0)