Update launch.json

This commit is contained in:
IRBorisov 2024-04-12 13:28:37 +03:00
parent e7331dd34e
commit f5e6d980a6

7
.vscode/launch.json vendored
View File

@ -24,6 +24,13 @@
"request": "launch",
"script": "${workspaceFolder}/scripts/Setup.ps1",
"args": []
},
{
"name": "Delpoy",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}/scripts/Deploy.ps1",
"args": []
}
]
}