launch, task and appSettings updates
This commit is contained in:
34
.vscode/launch.json
vendored
34
.vscode/launch.json
vendored
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user