Skip to content

Commit

Permalink
2024 crescendo beta (#97)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
gcschmit authored Feb 6, 2024
1 parent a145a11 commit 8ea662d
Show file tree
Hide file tree
Showing 19 changed files with 9,408 additions and 6,124 deletions.
29 changes: 18 additions & 11 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
// 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": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
{
"type": "node",
"request": "launch",
"name": "SPOT Server",
"runtimeExecutable": "npm",
"runtimeArgs": ["start"],
"outputCapture": "std"
},
{
"type": "chrome",
"request": "launch",
"name": "SPOT Client",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}",
"outputCapture": "std"
},
]
}
}

Loading

0 comments on commit 8ea662d

Please sign in to comment.