aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/.vscode
diff options
context:
space:
mode:
Diffstat (limited to 'Aggregator/.vscode')
-rw-r--r--Aggregator/.vscode/launch.json6
-rw-r--r--Aggregator/.vscode/tasks.json2
2 files changed, 4 insertions, 4 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"
},
diff --git a/Aggregator/.vscode/tasks.json b/Aggregator/.vscode/tasks.json
index 2be1bf2..437509b 100644
--- a/Aggregator/.vscode/tasks.json
+++ b/Aggregator/.vscode/tasks.json
@@ -6,7 +6,7 @@
"type": "process",
"args": [
"build",
- "${workspaceFolder}/Tests/Tests.csproj"
+ "${workspaceFolder}/Main/Main.csproj"
],
"group": {
"kind": "build",