From f2bda72ea8e5795b83d2a58690cec57a2045ce25 Mon Sep 17 00:00:00 2001 From: Valters Date: Wed, 17 Feb 2021 23:09:41 +0200 Subject: [PATCH] Add attach to service launch.json --- src/SpectabisService/.vscode/launch.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/SpectabisService/.vscode/launch.json b/src/SpectabisService/.vscode/launch.json index ccea6ac..bc39303 100644 --- a/src/SpectabisService/.vscode/launch.json +++ b/src/SpectabisService/.vscode/launch.json @@ -6,6 +6,12 @@ "type": "coreclr", "request": "attach", "processId": "${command:azureFunctions.pickProcess}" + }, + { + "name": ".NET Core Attach", + "type": "coreclr", + "request": "attach", + "processId": "${command:pickProcess}" } ] } \ No newline at end of file