From af6fe4e7ca86f3db76b5453b4c7ca24606939cfe Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 15 Jul 2019 13:33:19 -0500 Subject: [PATCH] add VS Docker debug provile not yet working: https://stackoverflow.com/q/57045234/2343739 --- src/FilterLists.Agent/Properties/launchSettings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/FilterLists.Agent/Properties/launchSettings.json b/src/FilterLists.Agent/Properties/launchSettings.json index b4a3e74ce..caefe796a 100644 --- a/src/FilterLists.Agent/Properties/launchSettings.json +++ b/src/FilterLists.Agent/Properties/launchSettings.json @@ -1,5 +1,9 @@ { "profiles": { + "Docker": { + "commandName": "Docker", + "commandLineArgs": "-a -v" + }, "FilterLists.Agent": { "commandName": "Project", "commandLineArgs": "-a -v"