Skip to content

Commit

Permalink
Added images of quiz-a-thon (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviiciii authored Feb 13, 2024
2 parents 293e06b + 67b4cb3 commit 4e8ca7a
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 478 deletions.
28 changes: 28 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
// 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": [
{
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"name": "Launch Extension",
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm",
"request": "launch",
"type": "extensionHost"
},
{
"name": "Launch Chrome",
"request": "launch",
"type": "chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
},

]
}
Loading

0 comments on commit 4e8ca7a

Please sign in to comment.