diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-25 08:47:59 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-25 08:47:59 -0600 |
commit | 3574eb868809739602fa7b0052729817627c0bd7 (patch) | |
tree | 6747e509f40650074287d8966ffd472ca1e2ddd7 /P3 | |
parent | change thing??? (diff) | |
download | csci4061-3574eb868809739602fa7b0052729817627c0bd7.tar csci4061-3574eb868809739602fa7b0052729817627c0bd7.tar.gz csci4061-3574eb868809739602fa7b0052729817627c0bd7.tar.bz2 csci4061-3574eb868809739602fa7b0052729817627c0bd7.tar.lz csci4061-3574eb868809739602fa7b0052729817627c0bd7.tar.xz csci4061-3574eb868809739602fa7b0052729817627c0bd7.tar.zst csci4061-3574eb868809739602fa7b0052729817627c0bd7.zip |
change VScode stuff
Diffstat (limited to 'P3')
-rw-r--r-- | P3/.vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/P3/.vscode/launch.json b/P3/.vscode/launch.json index 8fbcaf0..6c97570 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", "1", "1", "100", "100"], + "args": ["9000", "testing", "100", "100", "0", "100", "100"], "stopAtEntry": false, "cwd": "${workspaceFolder}", |