aboutsummaryrefslogtreecommitdiffstats
path: root/P3/.vscode
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-11-24 14:01:23 -0600
committerMatt Strapp <strap012@umn.edu>2020-11-24 14:01:23 -0600
commit2993391a0e8ed934627bc62807229b68a656de8f (patch)
tree939166b85443df7c15661452de5832e7348ad3fb /P3/.vscode
parentget rid of binaries (diff)
downloadcsci4061-2993391a0e8ed934627bc62807229b68a656de8f.tar
csci4061-2993391a0e8ed934627bc62807229b68a656de8f.tar.gz
csci4061-2993391a0e8ed934627bc62807229b68a656de8f.tar.bz2
csci4061-2993391a0e8ed934627bc62807229b68a656de8f.tar.lz
csci4061-2993391a0e8ed934627bc62807229b68a656de8f.tar.xz
csci4061-2993391a0e8ed934627bc62807229b68a656de8f.tar.zst
csci4061-2993391a0e8ed934627bc62807229b68a656de8f.zip
forgot to commit these
Diffstat (limited to 'P3/.vscode')
-rw-r--r--P3/.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/P3/.vscode/launch.json b/P3/.vscode/launch.json
index 6c97570..8fbcaf0 100644
--- a/P3/.vscode/launch.json
+++ b/P3/.vscode/launch.json
@@ -9,7 +9,7 @@
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/web_server",
- "args": ["9000", "testing", "100", "100", "0", "100", "100"],
+ "args": ["9000", "testing", "100", "1", "1", "100", "100"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",