From b6ac3666360aa9aa4c8a9f327f81f7a5e2f34c96 Mon Sep 17 00:00:00 2001 From: leedongmyung Date: Wed, 20 Nov 2024 14:38:17 +0900 Subject: [PATCH] =?UTF-8?q?pipeline2=20=EB=B9=8C=EB=93=9C=20=EB=94=94?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=98=B5=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9a398da..e1fa066 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -46,6 +46,13 @@ "program": "./bin/main.dart", "args": ["exe", "-f", "./assets/pipeline-test.yaml"] }, + { + "name": "exe pipeline2", + "request": "launch", + "type": "dart", + "program": "./bin/main.dart", + "args": ["exe", "-f", "./assets/pipeline-test2.yaml"] + }, { "name": "exe slack", "request": "launch",