launch, task and appSettings updates

This commit is contained in:
2023-01-15 16:28:38 -07:00
parent 8be8daaa3c
commit f69a937b1f
6 changed files with 87 additions and 58 deletions

34
.vscode/launch.json vendored
View File

@ -28,37 +28,11 @@
}
},
{
"name": "Watch Server",
"name": ".NET Core Attach",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"cwd": "${workspaceFolder}",
"program": "dotnet",
"args": [
"watch",
"--launch-profile",
"Phares-Development",
"--project",
"Server",
"--verbose"
]
},
{
"name": "Incognito Edge",
"type": "msedge",
"request": "launch",
"runtimeArgs": [
"--profile-directory=Default",
"-inprivate"
],
"url": "https://localhost:7130/swagger/index.html",
"preLaunchTask": "build"
}
],
"compounds": [
{
"name": "* Watch Server - Incognito Edge",
"configurations": [ "Watch Server", "Incognito Edge" ]
"request": "attach",
"preLaunchTask": "watch",
"processName": "OI.Metrology.Server.exe"
}
]
}