From 3af85a294bbecd92e2a412bf1904dc4f833c3082 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 2 Dec 2021 01:26:58 -0600 Subject: Working state but it takes 6 lifetimes to run Co-authored-by: Neil Kollack --- .vscode/launch.json | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 7f48531..0f7ced4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,39 +5,17 @@ "version": "0.2.0", "configurations": [ { - "name": ".NET Core Launch (console)", + "name": "lots-o-graphs", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceFolder}/src/Program/bin/Debug/net5.0/Program.dll", "args": [ - "../../graphs/Project4Graph2.txt", - "0", - "6" + "../../graphs" ], "cwd": "${workspaceFolder}/src/Program", "console": "integratedTerminal", "stopAtEntry": false }, - { - "name": "smol graff", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - "program": "${workspaceFolder}/src/Program/bin/Debug/net5.0/Program.dll", - "args": [ - "../../graphs/Project4Graph1.txt", - "0", - "5" - ], - "cwd": "${workspaceFolder}/src/Program", - "console": "integratedTerminal", - "stopAtEntry": false - }, - { - "name": ".NET Core Attach", - "type": "coreclr", - "request": "attach" - } ] } \ No newline at end of file -- cgit v1.2.3-70-g09d2