aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-12-05 20:04:16 -0600
committerToby Vincent <tobyv13@gmail.com>2021-12-05 20:04:16 -0600
commitc74ec211065d0bb98a3e9c80dfe7673c40417d48 (patch)
tree4c897a3885d63ca81b6f65a556db2b449e39b211 /.vscode
parentf005c0c5a1d559ca19aad455792a74aeb2c6df80 (diff)
parent0fcc18e191ede94347e740a8cbda087c367f3427 (diff)
Merge branch 'develop'HEADmain
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