aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json26
1 files changed, 2 insertions, 24 deletions
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