aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to 'Aggregator/.vscode/launch.json')
-rw-r--r--Aggregator/.vscode/launch.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/Aggregator/.vscode/launch.json b/Aggregator/.vscode/launch.json
index f0c7d88..fbc6ff2 100644
--- a/Aggregator/.vscode/launch.json
+++ b/Aggregator/.vscode/launch.json
@@ -10,11 +10,11 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
- "program": "${workspaceFolder}/Tests/bin/Debug/netcoreapp2.1/Tests.dll",
+ "program": "${workspaceFolder}/Main/bin/Debug/netcoreapp2.1/Main.dll",
"args": [],
- "cwd": "${workspaceFolder}/Tests",
+ "cwd": "${workspaceFolder}/Main",
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
- "console": "internalConsole",
+ "console": "externalTerminal",
"stopAtEntry": false,
"internalConsoleOptions": "openOnSessionStart"
},