From f5e6d980a66496940ee58bad74d7b5d2771b5266 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:28:37 +0300 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8f01fdd..c391438 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,6 +24,13 @@ "request": "launch", "script": "${workspaceFolder}/scripts/Setup.ps1", "args": [] + }, + { + "name": "Delpoy", + "type": "PowerShell", + "request": "launch", + "script": "${workspaceFolder}/scripts/Deploy.ps1", + "args": [] } ] }