aboutsummaryrefslogtreecommitdiffstats
path: root/P3/.vscode
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-11-18 20:20:46 -0600
committerMatt Strapp <strap012@umn.edu>2020-11-18 20:20:46 -0600
commitbd87da9e86278e8a7ed9f39aeb6ec3b6c86d4a70 (patch)
tree9b5e1bfe137f243b81097fc97e0881821225febf /P3/.vscode
parentaaaaaaaaaaaaa (diff)
downloadcsci4061-bd87da9e86278e8a7ed9f39aeb6ec3b6c86d4a70.tar
csci4061-bd87da9e86278e8a7ed9f39aeb6ec3b6c86d4a70.tar.gz
csci4061-bd87da9e86278e8a7ed9f39aeb6ec3b6c86d4a70.tar.bz2
csci4061-bd87da9e86278e8a7ed9f39aeb6ec3b6c86d4a70.tar.lz
csci4061-bd87da9e86278e8a7ed9f39aeb6ec3b6c86d4a70.tar.xz
csci4061-bd87da9e86278e8a7ed9f39aeb6ec3b6c86d4a70.tar.zst
csci4061-bd87da9e86278e8a7ed9f39aeb6ec3b6c86d4a70.zip
e
Diffstat (limited to '')
-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 02c2618..b845e0c 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", "1", "1", "0", "20", "2"],
+ "args": ["9000", "testing", "10", "10", "0", "20", "21"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",