2024-04-10 20:54:12 +03:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Build",
|
|
|
|
"type": "PowerShell",
|
|
|
|
"request": "launch",
|
|
|
|
"script": "${workspaceFolder}/scripts/Build.ps1",
|
|
|
|
"args": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Lint",
|
|
|
|
"type": "PowerShell",
|
|
|
|
"request": "launch",
|
|
|
|
"script": "${workspaceFolder}/scripts/RunLint.ps1",
|
|
|
|
"args": []
|
2024-04-11 23:25:09 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Setup",
|
|
|
|
"type": "PowerShell",
|
|
|
|
"request": "launch",
|
|
|
|
"script": "${workspaceFolder}/scripts/Setup.ps1",
|
|
|
|
"args": []
|
2024-04-12 13:28:37 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Delpoy",
|
|
|
|
"type": "PowerShell",
|
|
|
|
"request": "launch",
|
|
|
|
"script": "${workspaceFolder}/scripts/Deploy.ps1",
|
|
|
|
"args": []
|
2024-04-10 20:54:12 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|